Browse Source

Merge branch 'dev' into pre-production

fix_bug_pro20231227
qb 1 year ago
parent
commit
d5031eb294
  1. 9
      src/views/distribution/inventory/distrilbutionBillLading.vue
  2. 4
      vite.config.js

9
src/views/distribution/inventory/distrilbutionBillLading.vue

@ -2848,6 +2848,7 @@ export default {
}, },
// //
onLoadList(page, params = {}) { onLoadList(page, params = {}) {
console.log('111 :>> ', 111);
this.loading = true; this.loading = true;
let a = {}; let a = {};
if (this.$route.query.type == '1') { if (this.$route.query.type == '1') {
@ -2855,8 +2856,10 @@ export default {
} else if (this.$route.query.type === '2') { } else if (this.$route.query.type === '2') {
a = this.dataList[0]; a = this.dataList[0];
} else if (this.$route.query.type == '3') { } else if (this.$route.query.type == '3') {
a = this.dataOrder[0]; a = this.dataList[0];
} }
console.log('a :>> ', a);
console.log(' this.dataOrder :>> ', this.dataOrder);
// let a = this.dataList[0]; // let a = this.dataList[0];
if (!!a.mallId) { if (!!a.mallId) {
params.marketId = a.mallId; params.marketId = a.mallId;
@ -2872,6 +2875,10 @@ export default {
this.selectionClear(); this.selectionClear();
}); });
} else { } else {
this.$message({
type: 'warning',
message: '无法获取商场信息',
});
this.loading = false; this.loading = false;
this.pageStock.total = 0; this.pageStock.total = 0;
} }

4
vite.config.js

@ -20,8 +20,8 @@ export default ({ mode, command }) => {
// target: 'http://192.168.10.101:8888', // target: 'http://192.168.10.101:8888',
// target: 'http://192.168.10.75:8777', // target: 'http://192.168.10.75:8777',
// tjj // tjj
target: 'http://192.168.10.29:13000', // target: 'http://192.168.10.29:13000',
// target: 'http://test.api.huitongys.com', target: 'http://test.api.huitongys.com',
// target: 'http://h5uapi.huitongys.com', // target: 'http://h5uapi.huitongys.com',
changeOrigin: true, changeOrigin: true,
rewrite: path => path.replace(/^\/api/, ''), rewrite: path => path.replace(/^\/api/, ''),

Loading…
Cancel
Save