|
|
@@ -583,15 +583,15 @@
|
|
|
placeholder: ['货主', '定位或多选货主'],
|
|
|
data: _this.owners
|
|
|
},
|
|
|
- {name: 'client_code', type: 'input', tip: '原始订单号', placeholder: '原始订单号'},
|
|
|
- {name: 'logistic_number', type: 'input', tip: ['输入原始运单号'], placeholder: '原始运单号'},
|
|
|
- {name: 'logistic_number_return', type: 'input', tip: '退回单号', placeholder: '退回单号'},
|
|
|
- {name: 'send_client_code', type: 'input', tip: '二次订单号', placeholder: '二次订单号'},
|
|
|
+ {name: 'client_code', type: 'input', tip: '原始订单号:前或后加百分号为单个模糊搜索,否则为多条件精确搜索', placeholder: '原始订单号'},
|
|
|
+ {name: 'logistic_number', type: 'input', tip: ['输入原始运单号:前或后加百分号为单个模糊搜索,否则为多条件精确搜索'], placeholder: '原始运单号'},
|
|
|
+ {name: 'logistic_number_return', type: 'input', tip: '退回单号:前或后加百分号为单个模糊搜索,否则为多条件精确搜索', placeholder: '退回单号'},
|
|
|
+ {name: 'send_client_code', type: 'input', tip: '二次订单号:前或后加百分号为单个模糊搜索,否则为多条件精确搜索', placeholder: '二次订单号'},
|
|
|
], [
|
|
|
{name: 'created_at_end', type: 'dateTime', tip: '订单结束日期'},
|
|
|
- {name: 'consignee_name', type: 'input', tip: '收货人名称', placeholder: '收货人名称'},
|
|
|
- {name: 'consignee_phone', type: 'input', tip: '收货人电话', placeholder: '收货人电话'},
|
|
|
- {name: 'good_barcode', type: 'input', tip: '条码', placeholder: '条码'},
|
|
|
+ {name: 'consignee_name', type: 'input', tip: '收货人名称:前或后加百分号为单个模糊搜索,否则为多条件精确搜索', placeholder: '收货人名称'},
|
|
|
+ {name: 'consignee_phone', type: 'input', tip: '收货人电话:前或后加百分号为单个模糊搜索,否则为多条件精确搜索', placeholder: '收货人电话'},
|
|
|
+ {name: 'good_barcode', type: 'input', tip: '条码:前或后加百分号为单个模糊搜索,否则为多条件精确搜索', placeholder: '条码'},
|
|
|
{name: 'good_name', type: 'input', tip: '商品名', placeholder: '商品名'},
|
|
|
|
|
|
{
|