Browse Source

物料变更

hella_online_20240829
wangyufei 2 months ago
parent
commit
15e3754fbd
  1. 11
      src/pages/fg/fgChange.vue

11
src/pages/fg/fgChange.vue

@ -146,7 +146,8 @@
toItemList: [], toItemList: [],
fgList: [], fgList: [],
currentPackage: null, currentPackage: null,
reason: '' reason: '',
options:[]
}; };
}, },
mounted() { mounted() {
@ -157,7 +158,7 @@
title: option.title title: option.title
}); });
this.getBusinessType(); this.getBusinessType();
this.options = getRemoveOption() // this.options = getRemoveOption()
}, },
// //
onNavigationBarButtonTap(e) { onNavigationBarButtonTap(e) {
@ -322,11 +323,11 @@
let params = this.setParams(); let params = this.setParams();
console.log('params', JSON.stringify(params)) console.log('params', JSON.stringify(params))
fgChangeCommit(params).then(res => { fgChangeCommit(params).then(res => {
let ss = res; let ss = res;
uni.hideLoading()
this.currentPackage = null
}).catch(err => { }).catch(err => {
uni.hideLoading()
this.showErrorMessage(err.message) this.showErrorMessage(err.message)
}) })
}, },

Loading…
Cancel
Save