用车计算
This commit is contained in:
parent
152a2a7284
commit
e4fba1853a
@ -117,16 +117,16 @@
|
|||||||
description: '发货需求管理页面',
|
description: '发货需求管理页面',
|
||||||
// 表头
|
// 表头
|
||||||
columns: [
|
columns: [
|
||||||
// {
|
{
|
||||||
// title: '#',
|
title: '#',
|
||||||
// dataIndex: '',
|
dataIndex: '',
|
||||||
// key:'rowIndex',
|
key:'rowIndex',
|
||||||
// width:60,
|
width:60,
|
||||||
// align:"center",
|
align:"center",
|
||||||
// customRender:function (t,r,index) {
|
customRender:function (t,r,index) {
|
||||||
// return parseInt(index)+1;
|
return parseInt(index)+1;
|
||||||
// }
|
}
|
||||||
// },
|
},
|
||||||
{
|
{
|
||||||
title:'用车需求编号',
|
title:'用车需求编号',
|
||||||
align:"center",
|
align:"center",
|
||||||
|
@ -40,12 +40,12 @@
|
|||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<a-form-model-item label="送货地点" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="deliveryAddress">
|
<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-form-model-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<a-form-model-item label="取货仓库" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="pickUpHub">
|
<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-form-model-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
|
@ -153,16 +153,16 @@
|
|||||||
description: '用车需求计算管理页面',
|
description: '用车需求计算管理页面',
|
||||||
// 表头
|
// 表头
|
||||||
columns: [
|
columns: [
|
||||||
// {
|
{
|
||||||
// title: '#',
|
title: '#',
|
||||||
// dataIndex: '',
|
dataIndex: '',
|
||||||
// key:'rowIndex',
|
key:'rowIndex',
|
||||||
// width:60,
|
width:60,
|
||||||
// align:"center",
|
align:"center",
|
||||||
// customRender:function (t,r,index) {
|
customRender:function (t,r,index) {
|
||||||
// return parseInt(index)+1;
|
return parseInt(index)+1;
|
||||||
// }
|
}
|
||||||
// },
|
},
|
||||||
{
|
{
|
||||||
title:'用车需求编号',
|
title:'用车需求编号',
|
||||||
align:"center",
|
align:"center",
|
||||||
@ -187,12 +187,12 @@
|
|||||||
dataIndex: 'carLong',
|
dataIndex: 'carLong',
|
||||||
width: 100
|
width: 100
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title:'送货区域',
|
// title:'送货区域',
|
||||||
align:"center",
|
// align:"center",
|
||||||
dataIndex: 'deliveryArea',
|
// dataIndex: 'deliveryArea',
|
||||||
width: 100
|
// width: 100
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title:'送货地点',
|
title:'送货地点',
|
||||||
align:"center",
|
align:"center",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user