Browse Source

2022-05-18 取消派工单的所有操作

master
rui_li 4 years ago
parent
commit
62b0e3471e
  1. 2
      src/App.vue
  2. 3
      src/views/modules/yieldReport/produce_order.vue

2
src/App.vue

@ -11,7 +11,7 @@
data() { data() {
return { return {
query: {}, query: {},
version: '1.2.5'
version: '1.2.6'
} }
}, },
created() { created() {

3
src/views/modules/yieldReport/produce_order.vue

@ -251,6 +251,7 @@ export default {
operatorData: { operatorData: {
site: this.$store.state.user.site, site: this.$store.state.user.site,
username: this.$store.state.user.name, username: this.$store.state.user.name,
userDisplay: this.$store.state.user.userDisplay,
operatorId: '', operatorId: '',
operatorName: '', operatorName: '',
status: '', status: '',
@ -1399,6 +1400,8 @@ export default {
itemNo: this.currentRow.itemNo, itemNo: this.currentRow.itemNo,
site: this.currentRow.site, site: this.currentRow.site,
seqNo: this.currentRow.seqNo, seqNo: this.currentRow.seqNo,
username: this.searchData.username,
userDisplay: this.searchData.userDisplay,
} }
workbenchCancelallops(data).then(({data}) => { workbenchCancelallops(data).then(({data}) => {
if (data.code == 0) { if (data.code == 0) {

Loading…
Cancel
Save