diff --git a/src/views/emis/emisSettleInvoiceChRecord/emisSettleInvoiceChRecordForm.vue b/src/views/emis/emisSettleInvoiceChRecord/emisSettleInvoiceChRecordForm.vue index d5438a9e..7ca48036 100644 --- a/src/views/emis/emisSettleInvoiceChRecord/emisSettleInvoiceChRecordForm.vue +++ b/src/views/emis/emisSettleInvoiceChRecord/emisSettleInvoiceChRecordForm.vue @@ -412,32 +412,7 @@ export default { } }); }, - // /** 转换菜单数据结构 */ - // normalizer(node) { - // if (node.children && !node.children.length) { - // delete node.children; - // } - // return { - // id: node.id, - // label: node.idName, - // children: node.children - // }; - // }, - // /** 查询菜单下拉树结构 */ - // getTreeselect() { - // const queryParams = {} - // listEmisSettleInvoiceChRecord(queryParams).then(response => { - // this.emisSettleInvoiceChRecordOptions = []; - // const rootItem = { idId: 0, emisSettleInvoiceChRecordName: '-', children: [] }; - // rootItem.children = this.handleTree(response.data, "id"); - // this.emisSettleInvoiceChRecordOptions.push(rootItem); - // if(this.parentId != undefined) { - // this.form.parentId = this.parentId; - // } - - // }); - // }, } }; diff --git a/src/views/emis/emisSettleInvoiceRecord/OpenBillForm.vue b/src/views/emis/emisSettleInvoiceRecord/OpenBillForm.vue index 1a80070b..dcf74116 100644 --- a/src/views/emis/emisSettleInvoiceRecord/OpenBillForm.vue +++ b/src/views/emis/emisSettleInvoiceRecord/OpenBillForm.vue @@ -14,6 +14,7 @@ {{ emisSettleInvoiceRecord.bankName }} {{ emisSettleInvoiceRecord.bankAccNo }} 增值税电子普通发票 + 增值税电子专用发票 增值税普通发票(纸质发票) 增值税专用发票(纸质发票) 其它手工开票 diff --git a/src/views/emis/emisSettleInvoiceRecord/emisSettleInvoiceRecordForm.vue b/src/views/emis/emisSettleInvoiceRecord/emisSettleInvoiceRecordForm.vue index 3b391b73..71554fb9 100644 --- a/src/views/emis/emisSettleInvoiceRecord/emisSettleInvoiceRecordForm.vue +++ b/src/views/emis/emisSettleInvoiceRecord/emisSettleInvoiceRecordForm.vue @@ -146,6 +146,7 @@ + @@ -156,6 +157,8 @@ + + diff --git a/src/views/emis/emisSettleInvoiceRecord/index.vue b/src/views/emis/emisSettleInvoiceRecord/index.vue index 8db6f16c..5e0ab444 100644 --- a/src/views/emis/emisSettleInvoiceRecord/index.vue +++ b/src/views/emis/emisSettleInvoiceRecord/index.vue @@ -47,6 +47,7 @@ + @@ -220,6 +221,7 @@