|
@@ -1168,10 +1168,10 @@ export default {
|
|
// 明细行选择批次号
|
|
// 明细行选择批次号
|
|
chooseBatch(index) {
|
|
chooseBatch(index) {
|
|
this.tableIndex = index
|
|
this.tableIndex = index
|
|
- this.referConditionMx.orgCode = this.basicForm.deliveryInventoryOrgCode
|
|
|
|
|
|
+ this.referConditionMx.orgId = this.basicForm.deliveryInventoryOrg
|
|
this.referConditionMx.materialCode = this.materialInfo[this.tableIndex].materialCode
|
|
this.referConditionMx.materialCode = this.materialInfo[this.tableIndex].materialCode
|
|
- this.referConditionMx.unitCode = this.materialInfo[this.tableIndex].unitCode
|
|
|
|
- this.referConditionMx.warehouseCode = this.basicForm.deliveryWarehouseCode
|
|
|
|
|
|
+ this.referConditionMx.unitId = this.materialInfo[this.tableIndex].unit
|
|
|
|
+ this.referConditionMx.warehouseId = this.basicForm.deliveryWarehouse
|
|
this.$refs.batchRefer.init(this.referConditionMx)
|
|
this.$refs.batchRefer.init(this.referConditionMx)
|
|
},
|
|
},
|
|
selectBatch(selection) {
|
|
selectBatch(selection) {
|