Browse Source

plm BMM

master
ruanqi 1 year ago
parent
commit
0980d93153
  1. 1
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue
  2. 1
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_customerInformation.vue
  3. 1
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue
  4. 1
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue
  5. 1
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue

1
src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue

@ -578,6 +578,7 @@
submitChange(tempData).then(({data}) => {
if (data && data.code === 0) {
this.submitModalFlag = false
this.searchTable();
this.$message({message: '操作成功', type: 'success'})
} else {
this.$alert(data.msg, '错误', {

1
src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_customerInformation.vue

@ -420,6 +420,7 @@
if (data && data.code === 0) {
submitChange(tempData).then(({data}) => {
if (data && data.code === 0) {
this.searchTable()
this.submitModalFlag = false
this.$message({message: '操作成功', type: 'success'})
} else {

1
src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue

@ -331,6 +331,7 @@
if (data && data.code === 0) {
submitChange(tempData).then(({data}) => {
if (data && data.code === 0) {
this.searchTable()
this.submitModalFlag = false
this.$message({message: '操作成功', type: 'success'})
this.$emit("closeModel")

1
src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue

@ -1529,6 +1529,7 @@
})
await submitChange(tempData).then(({data}) => {
if (data && data.code === 0) {
this.searchTable();
this.submitModalFlag = false
this.$message({message: '操作成功', type: 'success'})
} else {

1
src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue

@ -741,6 +741,7 @@
if (data && data.code === 0) {
submitChange(tempData).then(({data}) => {
if (data && data.code === 0) {
this.refresh();
this.submitModalFlag = false
this.$message({message: '操作成功', type: 'success'})
} else {

Loading…
Cancel
Save