diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_cut.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_cut.vue
index 52c9701..6b0c4af 100644
--- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_cut.vue
+++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_cut.vue
@@ -299,6 +299,7 @@
updateBMCutDetail(this.dataForm).then(({data}) => {
if (data && data.code === 0) {
this.$message.success( '操作成功')
+ this.$emit("closeModel")
} else {
this.$message.error(data.msg)
}
diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue
index ce089f4..6ff2df1 100644
--- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue
+++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue
@@ -297,37 +297,37 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/src/views/modules/tooling/searchToolApply.vue b/src/views/modules/tooling/searchToolApply.vue
index 6989779..2e42f0b 100644
--- a/src/views/modules/tooling/searchToolApply.vue
+++ b/src/views/modules/tooling/searchToolApply.vue
@@ -173,7 +173,8 @@
- 申请信息录入
+
+ 申请信息录入
@@ -221,7 +222,7 @@
:close-on-click-modal="false"
:visible.sync="modelFlag">
-
+
@@ -233,7 +234,7 @@
-
+
@@ -322,6 +323,7 @@
},
modelFlag:false,
currentRow:{},
+ currentRow2:{},
height: 200,
dataList1:[],
detailList:[],
@@ -826,6 +828,7 @@
//单击切换订单
changeData(row) {
this.currentRow = JSON.parse(JSON.stringify(row));
+ this.currentRow2 = row;
this.refreshCurrentTabTable ();
},
addUploadFileModal(){
@@ -895,7 +898,8 @@
}).then(() => {
comfirmToolApply(row).then(({data}) => {
if (data && data.code === 0) {
- this. search ();
+ row.statusCode='10'
+ row.status='下达'
this.$message({
message: '操作成功',
type: 'success',
@@ -1030,6 +1034,13 @@
this.currentRow.supplierName=this.modelData.supplierName
this.currentRow.allCost=this.modelData.allCost
this.currentRow.remark2=this.modelData.remark2
+
+ this.currentRow2.prNo=this.modelData.prNo
+ this.currentRow2.remark1=this.modelData.remark1
+ this.currentRow2.poNo=this.modelData.poNo
+ this.currentRow2.supplierName=this.modelData.supplierName
+ this.currentRow2.allCost=this.modelData.allCost
+ this.currentRow2.remark2=this.modelData.remark2
this.$message({
message: '操作成功',
type: 'success',
diff --git a/src/views/modules/tooling/toolingInfo.vue b/src/views/modules/tooling/toolingInfo.vue
index 6a4cf65..b107087 100644
--- a/src/views/modules/tooling/toolingInfo.vue
+++ b/src/views/modules/tooling/toolingInfo.vue
@@ -241,10 +241,10 @@
-
+
-
+