|
@@ -398,7 +398,7 @@
|
|
scope.row.materialName = e.name
|
|
scope.row.materialName = e.name
|
|
scope.row.stockQty = e.stockQty
|
|
scope.row.stockQty = e.stockQty
|
|
scope.row.uniqueCode = e.uniqueCode
|
|
scope.row.uniqueCode = e.uniqueCode
|
|
-
|
|
|
|
|
|
+ scope.row.itemId = e.itemId
|
|
}" value-key="name" :disabled="isEdit2 != scope.$index || formType == 2 || activeKey == 'REFUND_GOODS_DETAIL'" placeholder="请选择" style="width: 100%;">
|
|
}" value-key="name" :disabled="isEdit2 != scope.$index || formType == 2 || activeKey == 'REFUND_GOODS_DETAIL'" placeholder="请选择" style="width: 100%;">
|
|
<el-option
|
|
<el-option
|
|
v-for="(item,ind) in scope.row.materialList"
|
|
v-for="(item,ind) in scope.row.materialList"
|
|
@@ -637,7 +637,8 @@ export default {
|
|
materialName: '',
|
|
materialName: '',
|
|
material: null,
|
|
material: null,
|
|
materialList: [],
|
|
materialList: [],
|
|
- orderDetailId: ''
|
|
|
|
|
|
+ orderDetailId: '',
|
|
|
|
+ itemId: ''
|
|
})
|
|
})
|
|
}
|
|
}
|
|
});
|
|
});
|