用车计算
This commit is contained in:
parent
152a2a7284
commit
e4fba1853a
@ -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",
|
||||
|
@ -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">
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user