|
|
@@ -448,15 +448,15 @@
|
|
|
{name:'owner_id',type:'select_multiple_select',tip:['输入关键词快速定位下拉列表,回车确定','选择要显示的客户'],
|
|
|
placeholder:['货主','定位或多选货主'],data:this.owners},
|
|
|
{name:'created_at_start',type:'dataTime',tip:'选择显示指定日期的起始时间'},
|
|
|
- {name:'origination',type:'input',tip:'始发地:支持15内模糊搜索与15天外精确搜索',placeholder: '始发地'},
|
|
|
- {name:'carrier_bill',type:'input',tip:'承运商单号:支持15内模糊搜索与15天外精确搜索',placeholder: '承运商单号'},
|
|
|
+ {name:'origination',type:'input',tip:'始发地:可在两侧增加百分号(%)进行模糊搜索',placeholder: '始发地'},
|
|
|
+ {name:'carrier_bill',type:'input',tip:'承运商单号:可在两侧增加百分号(%)进行模糊搜索',placeholder: '承运商单号'},
|
|
|
{name:'status',type:'select',placeholder: '运单状态',data:this.status},
|
|
|
],
|
|
|
[
|
|
|
- {name:'wms_bill_number',type:'input',tip:'WMS单号:支持15内模糊搜索与15天外精确搜索',placeholder: 'WMS单号'},
|
|
|
+ {name:'wms_bill_number',type:'input',tip:'WMS单号:可在两侧增加百分号(%)进行模糊搜索',placeholder: 'WMS单号'},
|
|
|
{name:'created_at_end',type:'dataTime',tip:'选择显示指定日期的结束时间'},
|
|
|
- {name:'destination',type:'input',tip:'目的地:支持15内模糊搜索与15天外精确搜索',placeholder: '目的地'},
|
|
|
- {name:'waybill_number',type:'input',tip:'运单号:支持15内模糊搜索与15天外精确搜索',placeholder: '运单号'},
|
|
|
+ {name:'destination',type:'input',tip:'目的地:可在两侧增加百分号(%)进行模糊搜索',placeholder: '目的地'},
|
|
|
+ {name:'waybill_number',type:'input',tip:'运单号:可在两侧增加百分号(%)进行模糊搜索',placeholder: '运单号'},
|
|
|
{name:'carrier_id',type:'select',placeholder: '承运商',data:this.carriers},
|
|
|
],
|
|
|
];
|