Browse Source

检验单提示

lijuncheng0816
zhang_li 1 month ago
parent
commit
6e1ba14992
  1. 14
      src/pages/pointPutawayJob/index.vue

14
src/pages/pointPutawayJob/index.vue

@ -85,6 +85,7 @@
</button> </button>
</view> </view>
<comMessage ref="comMessage"></comMessage>
</view> </view>
</template> </template>
@ -319,7 +320,14 @@
this.showTableInspectDTOList = this.data1.inspectDTOList this.showTableInspectDTOList = this.data1.inspectDTOList
} }
console.log(233, this.showTableInspectDTOList) console.log(233, this.showTableInspectDTOList)
},
showMessage(message) {
this.$refs.comMessage.showMessage(message, res => {
if (res) {
} }
});
},
}, },
watch: { watch: {
isLoadFinish: { isLoadFinish: {
@ -364,6 +372,12 @@
this.tabIndex =2 this.tabIndex =2
} }
this.getTableInspectDTOList() this.getTableInspectDTOList()
}).catch(error=>{
this.$refs.comMessage.showMessage(error, res => {
if (res) {
}
});
}) })
} }

Loading…
Cancel
Save