''
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: zwq
|
||||
* @Date: 2020-12-29 15:41:11
|
||||
* @LastEditors: fzq
|
||||
* @LastEditTime: 2022-03-10 21:00:58
|
||||
* @LastEditTime: 2022-03-11 11:14:02
|
||||
* @Description:
|
||||
-->
|
||||
<template>
|
||||
@@ -17,7 +17,7 @@
|
||||
@getDataList="getList"
|
||||
@add="addNew"
|
||||
/>
|
||||
<div style="title">货架编码:{{ shCode }} 货架名称:{{ shName }} 库存量:{{ num }}
|
||||
<div style="title">{{ sheCode }}:{{ shCode }} {{ sheName }}:{{ shName }} {{ locaNum }}:{{ num }}
|
||||
<el-button type="success" @click="goback()">{{ 'btn.back' | i18nFilter }}</el-button>
|
||||
</div>
|
||||
<base-table
|
||||
@@ -102,11 +102,11 @@ const tableProps = [
|
||||
label: i18n.t('module.basicData.cache.columnMark'),
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
prop: 'locationType',
|
||||
label: i18n.t('module.basicData.cache.locationType'),
|
||||
align: 'center'
|
||||
},
|
||||
// {
|
||||
// prop: 'locationType',
|
||||
// label: i18n.t('module.basicData.cache.locationType'),
|
||||
// align: 'center'
|
||||
// },
|
||||
{
|
||||
prop: 'statusName',
|
||||
label: i18n.t('module.basicData.cache.status'),
|
||||
@@ -147,7 +147,10 @@ export default {
|
||||
size: 990,
|
||||
shelfId: '',
|
||||
id: ''
|
||||
}
|
||||
},
|
||||
sheCode: this.$t('module.basicData.cache.sheCode'),
|
||||
sheName: this.$t('module.basicData.cache.sheName'),
|
||||
locaNum: this.$t('module.basicData.cache.locaNum')
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @Author: zwq
|
||||
* @Date: 2020-12-29 16:37:56
|
||||
* @LastEditors: fzq
|
||||
* @LastEditTime: 2022-03-10 21:14:13
|
||||
* @LastEditTime: 2022-03-11 11:03:31
|
||||
* @Description:
|
||||
-->
|
||||
<template>
|
||||
@@ -26,9 +26,9 @@
|
||||
<el-form-item :label="$t('module.basicData.cache.columnMark')" prop="columns">
|
||||
<el-input v-model="dataForm.columns" :placeholder="$i18nForm(['placeholder.input', $t('module.basicData.cache.columnMark')])" clearable />
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('module.basicData.cache.locationType')" prop="locationType">
|
||||
<!-- <el-form-item :label="$t('module.basicData.cache.locationType')" prop="locationType">
|
||||
<el-input v-model="dataForm.locationType" :placeholder="$i18nForm(['placeholder.input', $t('module.basicData.cache.locationType')])" clearable />
|
||||
</el-form-item>
|
||||
</el-form-item> -->
|
||||
<!-- <el-form-item :label="$t('module.basicData.cache.status')" prop="status">
|
||||
<el-input v-model="dataForm.status" :placeholder="$i18nForm(['placeholder.input', $t('module.basicData.cache.status')])" clearable />
|
||||
</el-form-item> -->
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* @Author: fzq
|
||||
* @Date: 2022-03-05 15:55:45
|
||||
* @LastEditors: fzq
|
||||
* @LastEditTime: 2022-03-07 09:28:21
|
||||
* @LastEditTime: 2022-03-11 11:08:53
|
||||
-->
|
||||
<template>
|
||||
<div class="app-container">
|
||||
@@ -12,7 +12,7 @@
|
||||
<el-button type="success" @click="goback()">{{ 'btn.back' | i18nFilter }}</el-button>
|
||||
<el-button type="primary" @click="addNew()">{{ 'btn.add' | i18nFilter }}</el-button>
|
||||
</div> -->
|
||||
<div style="title">存储箱号:{{ num }}
|
||||
<div style="title">{{ storageCode }}:{{ num }}
|
||||
<el-button type="success" style="back" @click="goback()">{{ 'btn.back' | i18nFilter }}</el-button>
|
||||
</div>
|
||||
<base-table
|
||||
@@ -104,6 +104,7 @@ export default {
|
||||
return {
|
||||
addOrUpdateVisible: false,
|
||||
num: '',
|
||||
storageCode: this.$t('module.basicData.visual.TipsBefore'),
|
||||
tableBtn,
|
||||
trueWidth: 200,
|
||||
tableProps,
|
||||
@@ -148,7 +149,7 @@ export default {
|
||||
},
|
||||
getList() {
|
||||
this.listLoading = true
|
||||
this.num = this.listQuery.substrateCode
|
||||
this.num = this.listQuery.storageBoxCode
|
||||
this.listQuery.code = this.$route.query.code
|
||||
console.log(this.listQuery)
|
||||
listSubstrate(this.listQuery).then(response => {
|
||||
|
||||
Reference in New Issue
Block a user