diff --git a/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue b/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue
index 84d42c1..0445c58 100644
--- a/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue
+++ b/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue
@@ -265,10 +265,11 @@
fixed="right"
header-align="center"
align="center"
- width="80"
+ width="100"
label="操作">
替代料
+ 删除
@@ -317,76 +318,76 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row[item.columnProp] }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row[item.columnProp] }}
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -976,7 +977,7 @@
- 材料
+ 物料信息
@@ -1124,7 +1125,8 @@
firstInspectionQty: 0,
standardDosage: 0,
bomSeqNo: '',
- warehouseId: ''
+ warehouseId: '',
+ qtyToIssueOriginal: ''
},
alternativePartsModalFlag: false,
alternativePartsList: [],
@@ -2706,27 +2708,30 @@
this.dataList3 = [];
}
});
- }else if(this.activeName==='change'){
- searchNotifyLog(this.currentRow).then(({data}) => {
- //区分请求成功和失败的状况
- if (data && data.code == 0) {
- this.dataList5 = data.rows
-
- } else {
- this.dataList5 = [];
- }
- });
- }else if(this.activeName==='close'){
- searchNotifyLogClose(this.currentRow).then(({data}) => {
- //区分请求成功和失败的状况
- if (data && data.code == 0) {
- this.dataList6 = data.rows
-
- } else {
- this.dataList6 = [];
- }
- });
- }else {
+ }
+ // else if(this.activeName==='change'){
+ // searchNotifyLog(this.currentRow).then(({data}) => {
+ // //区分请求成功和失败的状况
+ // if (data && data.code == 0) {
+ // this.dataList5 = data.rows
+ //
+ // } else {
+ // this.dataList5 = [];
+ // }
+ // });
+ // }
+ // else if(this.activeName==='close'){
+ // searchNotifyLogClose(this.currentRow).then(({data}) => {
+ // //区分请求成功和失败的状况
+ // if (data && data.code == 0) {
+ // this.dataList6 = data.rows
+ //
+ // } else {
+ // this.dataList6 = [];
+ // }
+ // });
+ // }
+ else {
searchSumNotifyMaterialList(this.currentRow).then(({data}) => {
//区分请求成功和失败的状况
if (data && data.code == 0) {
@@ -3701,7 +3706,8 @@
firstInspectionQty: 0,
standardDosage: 0,
bomSeqNo: '',
- warehouseId: ''
+ warehouseId: '',
+ qtyToIssueOriginal: 0
};
// 加载生产订单选项
this.loadOrderOptions();