@@ -106,7 +106,7 @@
header-align="center"
align="center"
width="150"
- :label="buttons.cz">
+ :label="'操作'">
删除卷
@@ -719,7 +719,7 @@
},
mounted() {
this.$nextTick(() => {
- this.height = window.innerHeight - 360;
+ this.height = window.innerHeight - 330;
})
},
methods: {
@@ -1144,5 +1144,23 @@
diff --git a/src/views/modules/purchasingManagement/searchSAPPurchaseOrder.vue b/src/views/modules/purchasingManagement/searchSAPPurchaseOrder.vue
index eda7921..280c4f7 100644
--- a/src/views/modules/purchasingManagement/searchSAPPurchaseOrder.vue
+++ b/src/views/modules/purchasingManagement/searchSAPPurchaseOrder.vue
@@ -92,7 +92,7 @@
创建
-
+
@@ -103,7 +103,7 @@
关闭
-
+
@@ -117,7 +117,7 @@
供应商批号录入
-
+
-
+
-
- 插入
+
+ 插入
@@ -157,7 +157,7 @@
-
+
客户编号:
@@ -170,7 +170,7 @@
-
+
@@ -178,72 +178,81 @@
-
+
-
-
-
-
-
- {{scope.row[item.columnProp]}}
-
-
-
-
-
-
-
-
-
- {{scope.row[item.columnProp]}}
-
-
-
-
-
-
- 合计:卷数
-
- 总数量
-
-
-
+
+
+
+
+
+ {{scope.row[item.columnProp]}}
+
+
+
+
+
+ 删除卷
+
+
+
+
+ 合计:卷数
+
+ 总数量
+
+
+
+
+
+
+
+ {{scope.row[item.columnProp]}}
+
+
+
+
+
+
+
@@ -1075,6 +1085,18 @@
this.sum1 = Number(this.sum1)+ Number(newDate.rollNumber);
this.sum2 = Number(this.sum2)+ Number(newDate.allRollQty);
},
+ remove(row){
+ this.$confirm('确认删除记录吗?', '提示', {
+ confirmButtonText: '确定',
+ cancelButtonText: '取消',
+ type: 'warning'
+ }).then(() => {
+ this.sum1 = Number(this.sum1) - Number(row.rollNumber);
+ this.sum2 = Number(this.sum2) - Number(row.allRollQty);
+ this.dataList1 = this.dataList1.filter(item => item.number!=row.number)
+ })
+
+ },
saveCRoll() {
let inData = {
site: this.dataForm.site,
@@ -1429,9 +1451,28 @@
}
-
diff --git a/src/views/modules/shopOrder/productionReport/searchItemToBeProduct.vue b/src/views/modules/shopOrder/productionReport/searchItemToBeProduct.vue
index 2d69255..877c96f 100644
--- a/src/views/modules/shopOrder/productionReport/searchItemToBeProduct.vue
+++ b/src/views/modules/shopOrder/productionReport/searchItemToBeProduct.vue
@@ -938,7 +938,7 @@
},
mounted() {
this.$nextTick(() => {
- this.height = window.innerHeight - 160;
+ this.height = window.innerHeight - 185;
})
},