|
|
@@ -91,7 +91,7 @@ export default {
|
|
|
orgId: self.$store.state.user.orgId,
|
|
|
orgName: self.$store.state.user.orgName,
|
|
|
transferType: null,
|
|
|
- makeStaffId: self.$store.state.user.id,
|
|
|
+ makeStaff: self.$store.state.user.id,
|
|
|
staffId: self.$store.state.user.staffId,
|
|
|
staffName: self.$store.state.user.staffName,
|
|
|
/* oWhId: null,
|
|
|
@@ -133,7 +133,7 @@ export default {
|
|
|
},
|
|
|
//原库存数量
|
|
|
{
|
|
|
- field: 'oInvQty',
|
|
|
+ field: 'oinvQty',
|
|
|
type: 'disabled',
|
|
|
},
|
|
|
//原库存可用数量
|
|
|
@@ -213,7 +213,7 @@ export default {
|
|
|
},
|
|
|
//原库存数量
|
|
|
{
|
|
|
- field: 'oInvQty',
|
|
|
+ field: 'oinvQty',
|
|
|
type: 'disabled',
|
|
|
},
|
|
|
//原库存可用数量
|
|
|
@@ -398,7 +398,6 @@ export default {
|
|
|
this.formData.nonStdCode = null;
|
|
|
}*/
|
|
|
}
|
|
|
- console.log('123456',table)
|
|
|
// 赋值盘点明细信息
|
|
|
this.formData.itemList = table;
|
|
|
// 赋值盘点主表信息
|