Browse Source

修复判断

fix_bug_pro20231227
13208366016 1 year ago
parent
commit
062bb4500a
  1. 24
      src/router/views/index.js
  2. 2
      src/views/basicdata/driverArtery/basicdataDriverArtery.vue
  3. 1739
      src/views/distribution/signfor/devtmp.vue
  4. 3934
      src/views/distribution/signfor/distributionSignforedt.vue
  5. 2299
      src/views/distribution/signfor/distributionSignforedtTD.vue
  6. 4
      vite.config.js

24
src/router/views/index.js

@ -1047,18 +1047,18 @@ export default [
// },
// ],
// },
// {
// path: '/distribution/signfor/devtmp',
// component: Layout,
// redirect: '/distribution/signfor/devtmp',
// children: [
// {
// path: '/distribution/signfor/devtmp',
// name: '签收明细重构',
// component: () => import('@/views/distribution/signfor/devtmp.vue'),
// },
// ],
// },
{
path: '/distribution/signfor/devtmp',
component: Layout,
redirect: '/distribution/signfor/devtmp',
children: [
{
path: '/distribution/signfor/devtmp',
name: '签收明细重构',
component: () => import('@/views/distribution/signfor/devtmp.vue'),
},
],
},
// {
// path: 'basicdata/goodsShelf/basicdataGoodsShelfView',
// component: Layout,

2
src/views/basicdata/driverArtery/basicdataDriverArtery.vue

@ -639,7 +639,7 @@ export default {
console.log(row.bindVehicles);
}
if (Array.isArray(row.bindVehicles)) {
if (Array.isArray(row.warehouseId)) {
row.warehouseId = row.warehouseId.join(',');//
console.log(row.warehouseId);
}

1739
src/views/distribution/signfor/devtmp.vue

File diff suppressed because it is too large Load Diff

3934
src/views/distribution/signfor/distributionSignforedt.vue

File diff suppressed because it is too large Load Diff

2299
src/views/distribution/signfor/distributionSignforedtTD.vue

File diff suppressed because it is too large Load Diff

4
vite.config.js

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

Loading…
Cancel
Save