Browse Source

修复商配订单搜索失败

dev-xx
马远东 1 year ago
parent
commit
ecfa96df1b
  1. 1
      src/page/index/top/index.vue
  2. 9
      src/views/distribution/turndelivery/deliveryDiscuss.vue

1
src/page/index/top/index.vue

@ -209,7 +209,6 @@ export default {
this.$message({ message: res.data.msg, type: 'error' }); this.$message({ message: res.data.msg, type: 'error' });
} }
} }
// this.$store.commit('SET_WAREHOUSELIST', this.warehouseList);
this.$store.commit('DEL_TAG_CURRENT'); this.$store.commit('DEL_TAG_CURRENT');
this.$store.commit('DEL_TAG_OTHER'); this.$store.commit('DEL_TAG_OTHER');
}, },

9
src/views/distribution/turndelivery/deliveryDiscuss.vue

@ -2417,7 +2417,9 @@ const search = () => {
}; };
// //
const SoInput = () => { const SoInput = () => {
if(!wrapLoading){ console.log('点击了搜索功能');
if(!wrapLoading.value){
if (kind.value) { if (kind.value) {
OrderSelection(0, parameter.value); OrderSelection(0, parameter.value);
} else { } else {
@ -2426,13 +2428,10 @@ if(!wrapLoading){
}else{ }else{
PackageFn() PackageFn()
} }
}; };
// //
const SoEmpty = () => { const SoEmpty = () => {
if(!wrapLoading){ if(!wrapLoading.value){
parameter.value = {}; parameter.value = {};
if (kind.value) { if (kind.value) {
OrderSelection(0); OrderSelection(0);

Loading…
Cancel
Save