|
|
@@ -661,9 +661,9 @@
|
|
|
}
|
|
|
},
|
|
|
async created() {
|
|
|
+ await this.getPickOrderDetail();
|
|
|
await this.getFieldModel();
|
|
|
await this.getListItems();
|
|
|
- await this.getPickOrderDetail();
|
|
|
await this.initDeptData().then(() => {
|
|
|
this.initFormData();
|
|
|
});
|
|
|
@@ -934,7 +934,7 @@
|
|
|
// this.formData.extInfo.deptName = obj.name;
|
|
|
// this.formData.extInfo.createUserName = this.user.info.name;
|
|
|
// this.formData.createUserId = this.user.info.userId;
|
|
|
-
|
|
|
+ console.log(this.form, 'llllllllllllllllllllllllllllllllll');
|
|
|
// 物品类型
|
|
|
this.formData.extInfo.assetType = Array.from(
|
|
|
new Set(this.form.categoryLevelTopId?.split(','))
|