|
|
@@ -749,7 +749,7 @@
|
|
|
placeholder: ['货主', '定位或多选货主'],
|
|
|
data: _this.owners
|
|
|
},
|
|
|
- {name: 'client_code', type: 'input', tip: '原始订单号:前或后加百分号为单个模糊搜索,否则为多条件精确搜索', placeholder: '原始订单号'},
|
|
|
+ {name: 'client_code', type: 'input', tip: '原始订单号:前或后加百分号为单个模糊搜索,否则为多条件精确搜索', placeholder: '原始订单号',required:true},
|
|
|
{name: 'logistic_number', type: 'input', tip: ['输入原始运单号:前或后加百分号为单个模糊搜索,否则为多条件精确搜索'], placeholder: '运单号'},
|
|
|
{
|
|
|
name: 'logistic_id',
|