用车计算

This commit is contained in:
王帅 2025-04-23 10:08:39 +08:00
parent 152a2a7284
commit e4fba1853a
3 changed files with 28 additions and 28 deletions

View File

@ -117,16 +117,16 @@
description: '发货需求管理页面',
// 表头
columns: [
// {
// title: '#',
// dataIndex: '',
// key:'rowIndex',
// width:60,
// align:"center",
// customRender:function (t,r,index) {
// return parseInt(index)+1;
// }
// },
{
title: '#',
dataIndex: '',
key:'rowIndex',
width:60,
align:"center",
customRender:function (t,r,index) {
return parseInt(index)+1;
}
},
{
title:'用车需求编号',
align:"center",

View File

@ -40,12 +40,12 @@
</a-col>
<a-col :span="12">
<a-form-model-item label="送货地点" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="deliveryAddress">
<j-dict-select-tag placeholder="请选择送货地点" v-model="model.deliveryAddress" dictCode="tms_logistics_route,start_city,start_city"></j-dict-select-tag>
<j-dict-select-tag placeholder="请选择送货地点" v-model="model.deliveryAddress" dictCode="tms_logistics_route,target_city,target_city"></j-dict-select-tag>
</a-form-model-item>
</a-col>
<a-col :span="12">
<a-form-model-item label="取货仓库" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="pickUpHub">
<j-dict-select-tag placeholder="请选择取货仓库" v-model="model.pickUpHub" dictCode="tms_logistics_route,target_city,target_city"></j-dict-select-tag>
<j-dict-select-tag placeholder="请选择取货仓库" v-model="model.pickUpHub" dictCode="tms_logistics_route,start_city,start_city"></j-dict-select-tag>
</a-form-model-item>
</a-col>
<a-col :span="12">

View File

@ -153,16 +153,16 @@
description: '用车需求计算管理页面',
// 表头
columns: [
// {
// title: '#',
// dataIndex: '',
// key:'rowIndex',
// width:60,
// align:"center",
// customRender:function (t,r,index) {
// return parseInt(index)+1;
// }
// },
{
title: '#',
dataIndex: '',
key:'rowIndex',
width:60,
align:"center",
customRender:function (t,r,index) {
return parseInt(index)+1;
}
},
{
title:'用车需求编号',
align:"center",
@ -187,12 +187,12 @@
dataIndex: 'carLong',
width: 100
},
{
title:'送货区域',
align:"center",
dataIndex: 'deliveryArea',
width: 100
},
// {
// title:'送货区域',
// align:"center",
// dataIndex: 'deliveryArea',
// width: 100
// },
{
title:'送货地点',
align:"center",