-
+
@@ -224,20 +248,15 @@ export default {
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
@@ -274,10 +293,11 @@ export default {
-
+
+
修改
- 删除
+ 删除
@@ -290,16 +310,21 @@ export default {
:total="total"
layout="total,sizes, prev, pager, next, jumper">
-
+
-
+
+
+
+
+
+
-
+
启用
停用
diff --git a/src/views/modules/test/requestForTest.vue b/src/views/modules/test/requestForTest.vue
index abc7929..5aac47f 100644
--- a/src/views/modules/test/requestForTest.vue
+++ b/src/views/modules/test/requestForTest.vue
@@ -198,6 +198,11 @@
+
+
+
+
+
@@ -231,7 +236,11 @@
是否需要送样
-
+
+
+
+
+
@@ -1242,7 +1251,9 @@
createDate: '',
createBy: this.$store.state.user.name,
updateDate: '',
- updateBy: ''
+ updateBy: '',
+ printType:'',
+ productName:'',
},
testDetailData: {
technicalConsiderations: '',
@@ -2337,6 +2348,8 @@
testPartNo: row.testPartNo,
partName: row.partName,
engineer: row.engineer,
+ printType:row.printType,
+ productName:row.productName,
engineerName: row.engineerName,
priorityLevel: row.priorityLevel,
testNumber: row.testNumber,
@@ -3050,6 +3063,8 @@
partName: '',
engineer: '',
engineerName: '',
+ printType:'',
+ productName:'',
priorityLevel: '一般',
testNumber: 1,
requiredDeliveryDate: '',
diff --git a/src/views/modules/test/testSoBom/testTable.vue b/src/views/modules/test/testSoBom/testTable.vue
index 22d3000..7e17c93 100644
--- a/src/views/modules/test/testSoBom/testTable.vue
+++ b/src/views/modules/test/testSoBom/testTable.vue
@@ -397,6 +397,7 @@ export default {
this.testSoBom.componentPartNo = row.partNo;
this.testSoBom.partDesc = row.partDesc;
this.testSoBom.umId = row.umId;
+ this.testSoBom.unitCost = row.standardCost;
this.partDialogFlag = false;
},
testSoBomClickRow(row,column){