|
@@ -86,7 +86,7 @@
|
|
|
:key="index"
|
|
:key="index"
|
|
|
:label="item.batchNum"
|
|
:label="item.batchNum"
|
|
|
:value="item.batchNum"
|
|
:value="item.batchNum"
|
|
|
- @click.native="categoryMsg.totalWeight = item.storageNum"
|
|
|
|
|
|
|
+ @click.native="categoryMsg.number = item.storageNum"
|
|
|
></el-option>
|
|
></el-option>
|
|
|
</el-select>
|
|
</el-select>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -98,9 +98,9 @@
|
|
|
required
|
|
required
|
|
|
label-width="0"
|
|
label-width="0"
|
|
|
class="w100"
|
|
class="w100"
|
|
|
- prop="categoryMsg.totalWeight"
|
|
|
|
|
|
|
+ prop="categoryMsg.number"
|
|
|
><el-input
|
|
><el-input
|
|
|
- v-model="categoryMsg.totalWeight"
|
|
|
|
|
|
|
+ v-model="categoryMsg.number"
|
|
|
placeholder="请输入"
|
|
placeholder="请输入"
|
|
|
></el-input> </el-form-item
|
|
></el-input> </el-form-item
|
|
|
></el-descriptions-item>
|
|
></el-descriptions-item>
|
|
@@ -324,7 +324,7 @@
|
|
|
return {
|
|
return {
|
|
|
categoryMsg: {
|
|
categoryMsg: {
|
|
|
batchNo: '',
|
|
batchNo: '',
|
|
|
- totalWeight: '',
|
|
|
|
|
|
|
+ number: '',
|
|
|
brandNum: '',
|
|
brandNum: '',
|
|
|
sourceCategoryId: '',
|
|
sourceCategoryId: '',
|
|
|
rootCategoryLevelId: '1',
|
|
rootCategoryLevelId: '1',
|