|
@@ -50,7 +50,7 @@
|
|
|
<a-input placeholder="请输入" v-model="queryParam.processUnit"></a-input>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
- <a-col :md="6" :sm="8">
|
|
|
+ <!-- <a-col :md="6" :sm="8">
|
|
|
<a-form-item label="出运日期">
|
|
|
<a-date-picker style="width: 100%" v-model="outdata" @change="changeData" :format="dateFormat"> </a-date-picker>
|
|
|
</a-form-item>
|
|
@@ -69,7 +69,7 @@
|
|
|
<a-form-item label="短出数">
|
|
|
<a-input placeholder="请输入" v-model="queryParam.shortseveral"></a-input>
|
|
|
</a-form-item>
|
|
|
- </a-col>
|
|
|
+ </a-col> -->
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-item label="是否有驳回">
|
|
|
<a-select v-model="queryParam.rejectDate">
|
|
@@ -232,7 +232,7 @@ export default {
|
|
|
{ title: '事故金额(¥)', width: 120, dataIndex: 'accidentcnyAmount', ellipsis: true, className: 'replacecolor' },
|
|
|
{ title: '事故金额($)', width: 120, dataIndex: 'accidentUsdamount', ellipsis: true, className: 'replacecolor' },
|
|
|
{ title: '备注', width: 120, dataIndex: 'remarks', ellipsis: true, className: 'replacecolor' },
|
|
|
- { title: '状态', width: 120,fixed: 'right', dataIndex: ' ', ellipsis: true, className: 'replacecolor' },
|
|
|
+ { title: '状态', width: 120,fixed: 'right', dataIndex: 'status', ellipsis: true, className: 'replacecolor' },
|
|
|
|
|
|
{ title: '操作', width: 120 ,fixed: 'right', dataIndex: 'option', ellipsis: true, className: 'replacecolor', scopedSlots: { customRender: 'action' } },
|
|
|
],
|