@@ -431,7 +431,7 @@
selection: [],
tableData: [],
productList: [],
- allocateId: 1,
+ allocateId: 2,
currentPullAreaId: '',
currentPullAreaName: '',
currentTuneAreaId: '',
@@ -807,6 +807,8 @@
},
async created() {
const code = await getCode('transfer_no');
+ const name = await getCode('inventory_allocation_name');
+ this.params.name = name;
this.params.code = code;
// this.getTreeData();
await this.getFactoryList();