|
@@ -150,6 +150,7 @@
|
|
|
v-if="record.billStatus !== 'FINISH' && record.financialStatus !== 'FINISH'"
|
|
|
@click="handleDel(record)"
|
|
|
id="salesManagementList-del-btn">删除</a-button>
|
|
|
+ <span v-if="record.billStatus == 'FINISH'">--</span>
|
|
|
</template>
|
|
|
</s-table>
|
|
|
<!-- 选择客户弹框 -->
|
|
@@ -209,7 +210,7 @@ export default {
|
|
|
{ title: '急件', dataIndex: 'oosFlag', scopedSlots: { customRender: 'oosFlag' }, width: 100, align: 'center' },
|
|
|
{ title: '业务状态', dataIndex: 'billStatusDictValue', width: 110, align: 'center' },
|
|
|
{ title: '财务状态', dataIndex: 'financialStatus', scopedSlots: { customRender: 'financialStatus' }, width: 110, align: 'center' },
|
|
|
- { title: '操作', scopedSlots: { customRender: 'action' }, width: 280, align: 'center', fixed: 'right' }
|
|
|
+ { title: '操作', scopedSlots: { customRender: 'action' }, width: 220, align: 'center', fixed: 'right' }
|
|
|
],
|
|
|
// 加载数据方法 必须为 Promise 对象
|
|
|
loadData: parameter => {
|