| | |
| | | <el-table-column prop="carrierName" label="运输公司" min-width="100" show-overflow-tooltip /> |
| | | <el-table-column prop="driverName" label="司机" min-width="100" show-overflow-tooltip /> |
| | | <el-table-column prop="drivierPhone" label="司机电话" min-width="100" show-overflow-tooltip /> |
| | | <el-table-column prop="wmsContractNum" label="WMS合同号" min-width="100" show-overflow-tooltip > |
| | | <!-- <el-table-column prop="wmsContractNum" label="WMS合同号" min-width="100" show-overflow-tooltip > |
| | | <template v-slot="scope"> |
| | | <span v-if="scope.row.platformWmsJob">{{ scope.row.platformWmsJob.contractNum }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table-column>--> |
| | | <el-table-column prop="inTypeTemp" label="作业类型" min-width="100" show-overflow-tooltip> |
| | | <template v-slot="scope"> |
| | | <span v-if="scope.row.type == '0'">自有车卸货</span> |