|
@@ -53,7 +53,7 @@
|
|
allowClear></v-select>
|
|
allowClear></v-select>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
- <a-col :md="6" :sm="24">
|
|
|
|
|
|
+ <!-- <a-col :md="6" :sm="24">
|
|
<a-form-item label="财务状态">
|
|
<a-form-item label="财务状态">
|
|
<v-select
|
|
<v-select
|
|
v-model="queryParam.financialStatus"
|
|
v-model="queryParam.financialStatus"
|
|
@@ -63,7 +63,7 @@
|
|
placeholder="请选择财务状态"
|
|
placeholder="请选择财务状态"
|
|
allowClear></v-select>
|
|
allowClear></v-select>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
- </a-col>
|
|
|
|
|
|
+ </a-col> -->
|
|
</template>
|
|
</template>
|
|
<a-col :md="6" :sm="24">
|
|
<a-col :md="6" :sm="24">
|
|
<span class="table-page-search-submitButtons">
|
|
<span class="table-page-search-submitButtons">
|
|
@@ -105,9 +105,9 @@
|
|
<span style="color: #ed1c24;cursor: pointer;" @click="handleDetail(record)">{{ record.salesReturnBillNo }}</span>
|
|
<span style="color: #ed1c24;cursor: pointer;" @click="handleDetail(record)">{{ record.salesReturnBillNo }}</span>
|
|
</template>
|
|
</template>
|
|
<!-- 财务状态 -->
|
|
<!-- 财务状态 -->
|
|
- <template slot="financialStatus" slot-scope="text, record">
|
|
|
|
|
|
+ <!-- <template slot="financialStatus" slot-scope="text, record">
|
|
<a-badge :color="text=='FINISH'?'#87d068':'gold'" :text="record.financialStatusDictValue" />
|
|
<a-badge :color="text=='FINISH'?'#87d068':'gold'" :text="record.financialStatusDictValue" />
|
|
- </template>
|
|
|
|
|
|
+ </template> -->
|
|
<!-- 操作 -->
|
|
<!-- 操作 -->
|
|
<template slot="action" slot-scope="text, record">
|
|
<template slot="action" slot-scope="text, record">
|
|
<a-button
|
|
<a-button
|
|
@@ -190,7 +190,7 @@ export default {
|
|
salesReturnBillNo: undefined, // 总部销退单号
|
|
salesReturnBillNo: undefined, // 总部销退单号
|
|
purchaseReturnBillNo: '',
|
|
purchaseReturnBillNo: '',
|
|
billStatus: undefined, // 业务状态
|
|
billStatus: undefined, // 业务状态
|
|
- financialStatus: undefined, // 财务状态
|
|
|
|
|
|
+ // financialStatus: undefined, // 财务状态
|
|
beginDate: undefined,
|
|
beginDate: undefined,
|
|
endDate: undefined,
|
|
endDate: undefined,
|
|
beginAuditDate: undefined,
|
|
beginAuditDate: undefined,
|
|
@@ -212,7 +212,7 @@ export default {
|
|
{ title: '是否抓单', dataIndex: 'grabFlag', width: 100, align: 'center', customRender: function (text) { return ['否', '是'][text] } },
|
|
{ title: '是否抓单', dataIndex: 'grabFlag', width: 100, align: 'center', customRender: function (text) { return ['否', '是'][text] } },
|
|
{ title: '审核时间', dataIndex: 'auditTime', width: 160, align: 'center', customRender: function (text) { return text || '--' } },
|
|
{ title: '审核时间', dataIndex: 'auditTime', width: 160, align: 'center', customRender: function (text) { return text || '--' } },
|
|
{ title: '业务状态', dataIndex: 'billStatusDictValue', width: 110, align: 'center' },
|
|
{ title: '业务状态', dataIndex: 'billStatusDictValue', width: 110, align: 'center' },
|
|
- { title: '财务状态', dataIndex: 'financialStatusDictValue', scopedSlots: { customRender: 'financialStatus' }, width: 110, align: 'center' },
|
|
|
|
|
|
+ // { title: '财务状态', dataIndex: 'financialStatusDictValue', scopedSlots: { customRender: 'financialStatus' }, width: 110, align: 'center' },
|
|
{ title: '操作', scopedSlots: { customRender: 'action' }, width: 180, align: 'center', fixed: 'right' }
|
|
{ title: '操作', scopedSlots: { customRender: 'action' }, width: 180, align: 'center', fixed: 'right' }
|
|
],
|
|
],
|
|
// 加载数据方法 必须为 Promise 对象
|
|
// 加载数据方法 必须为 Promise 对象
|
|
@@ -332,7 +332,7 @@ export default {
|
|
this.queryParam.salesReturnBillNo = ''
|
|
this.queryParam.salesReturnBillNo = ''
|
|
this.queryParam.purchaseReturnBillNo = ''
|
|
this.queryParam.purchaseReturnBillNo = ''
|
|
this.queryParam.billStatus = undefined
|
|
this.queryParam.billStatus = undefined
|
|
- this.queryParam.financialStatus = undefined
|
|
|
|
|
|
+ // this.queryParam.financialStatus = undefined
|
|
this.queryParam.beginDate = undefined
|
|
this.queryParam.beginDate = undefined
|
|
this.endDate = undefined
|
|
this.endDate = undefined
|
|
this.beginAuditDate = undefined
|
|
this.beginAuditDate = undefined
|