| | |
| | | |
| | | VUE_APP_API_URL = 'http://localhost:10010' |
| | | # VUE_APP_API_URL = 'http://192.168.0.108:10010' |
| | | VUE_APP_API_URL = 'http://10.50.250.253:8088/gateway_interface' |
| | | VUE_APP_API_URL = 'http://192.168.0.173/gateway_interface' |
| | | # VUE_APP_API_URL = 'https://dmtest.ahapp.net/antai_admin_interface/' |
| | | |
| | |
| | | loadMember () { |
| | | allList({ |
| | | type: 2, |
| | | companyType: '0,1' |
| | | companyTypes: '0,1' |
| | | }) |
| | | .then(res => { |
| | | this.memberList = res |
| | |
| | | <template> |
| | | <GlobalWindow title="运单详情" center :visible.sync="isShowModal" width="600px" :confirm-working="subLoading" |
| | | <GlobalWindow title="运单详情" center :visible.sync="isShowModal" width="800px" :confirm-working="subLoading" |
| | | @confirm="isShowModal = false"> |
| | | <div class="detail_modal"> |
| | | <div class="head"> |
| | |
| | | </div> |
| | | <div class="item"> |
| | | <span>总运输量:</span> |
| | | <span>{{ info.ioQty || item.totalNum }}万支</span> |
| | | <span>{{ info.ioQty || info.totalNum }}万支</span> |
| | | </div> |
| | | <div class="item"> |
| | | <span>驾驶员:</span> |
| | |
| | | </div> |
| | | <div class="item"> |
| | | <div class="label">总运输量</div> |
| | | <div class="value">{{ info.totalNum || item.ioQty }}万支</div> |
| | | <div class="value">{{ info.totalNum || info.ioQty }}万支</div> |
| | | </div> |
| | | <div class="item"> |
| | | <div class="label">准运证照片</div> |