Browse Source

8.23 13:45

Tartarus 2 years ago
parent
commit
55c7357f54

+ 2 - 1
src/components/AcceptorSelect/AcceptorSelect.vue

xqd
@@ -33,7 +33,8 @@ export default {
       filter: {
         status:1, // 已删除的承兑人不展示
         pageIndex: 1,
-        pageSize: 100
+        pageSize: 100,
+		acceptorStatus:0
       },
       options: [],
       loading: false

+ 6 - 0
src/views/sucuirtyaudit/detail.vue

xqd
@@ -101,6 +101,12 @@
 				// 更新内容设置标题
 				if(this.afterobj.tableName=='contract'){
 					this.title='合同'
+				}else if(this.afterobj.tableName=='supplier_acceptor'){
+					this.title='供应商承兑人'
+				}else if(this.afterobj.tableName=="supplier"){
+					this.title='供应商数据'
+				}else if(this.afterobj.tableName=="acceptor"){
+					this.title='承兑人数据'
 				}else{
 					this.title='汇票'
 				}