diff --git a/anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialscheme.vue b/anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialscheme.vue new file mode 100644 index 0000000000..510d916e10 --- /dev/null +++ b/anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialscheme.vue @@ -0,0 +1,819 @@ + + + + + diff --git a/anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialschemeEdit.vue b/anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialschemeEdit.vue new file mode 100644 index 0000000000..7af514faa7 --- /dev/null +++ b/anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialschemeEdit.vue @@ -0,0 +1,630 @@ + + + + diff --git a/anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialschemeInfo.vue b/anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialschemeInfo.vue index 65eaa756d2..31075f4b6e 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialschemeInfo.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialschemeInfo.vue @@ -2,11 +2,11 @@
{{ viewTitle }}
-
+
关闭
-
+
@@ -318,6 +318,7 @@ export default { viewTitle: '', tableKey: 0, index: 0, + source: '', formobj: { saleOrderSid: '', type: '', @@ -397,9 +398,10 @@ export default { } }, methods: { - showInfo(value) { + showInfo(value, source) { this.viewTitle = '金融方案' this.formobj = JSON.parse(JSON.stringify(value)) + this.source = source }, handleReturn() { this.formobj = {