Browse Source

配送添加司机电话字段

fix_bug_pro20231227
13208366016 1 year ago
parent
commit
7c6f0c13be
  1. 1
      src/views/distribution/deliverylist/distributionDeliveryListdis.vue
  2. 3
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue
  3. 4
      vite.config.js

1
src/views/distribution/deliverylist/distributionDeliveryListdis.vue

@ -439,6 +439,7 @@ export default {
fixed: false,
sortable: true,
},
{
prop: 'vehicleName',
label: '配送车辆',

3
src/views/distribution/deliverylist/distributionDeliveryListedt.vue

@ -26,6 +26,9 @@
<el-row :gutter="24" class="rows">
<el-col :xl="7" :lg="7" :md="8" :sm="24">
<span>装车班组{{ deliverydata.loadingTeamName }} </span>
</el-col>
<el-col :xl="7" :lg="7" :md="8" :sm="24">
<span>司机电话:{{ deliverydata.driverPhone }} </span>
</el-col>
<el-col :xl="7" :lg="7" :md="8" :sm="24">
<!-- <span>{{deliverydata.loadingTeamType}} </span> -->

4
vite.config.js

@ -22,8 +22,8 @@ export default ({ mode, command }) => {
// cyz
// 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