diff --git a/public/components/fee/editOwnerInvoice/editOwnerInvoice.html b/public/components/fee/editOwnerInvoice/editOwnerInvoice.html index 8a4b0d496..ab693931d 100644 --- a/public/components/fee/editOwnerInvoice/editOwnerInvoice.html +++ b/public/components/fee/editOwnerInvoice/editOwnerInvoice.html @@ -38,11 +38,29 @@
+ :placeholder="vc.i18n('必填,请填写地址','editOwnerInvoice')" class="form-control"> +
+
+
+ +
+ +
+
+
+ +
+
diff --git a/public/components/fee/editOwnerInvoice/editOwnerInvoice.js b/public/components/fee/editOwnerInvoice/editOwnerInvoice.js index 27ad69f71..17c27a960 100644 --- a/public/components/fee/editOwnerInvoice/editOwnerInvoice.js +++ b/public/components/fee/editOwnerInvoice/editOwnerInvoice.js @@ -11,7 +11,8 @@ invoiceNum: '', invoiceAddress: '', remark: '', - + invoiceLink:'', + invoiceAccount:'', } }, _initMethod: function () { @@ -144,7 +145,8 @@ invoiceNum: '', invoiceAddress: '', remark: '', - + invoiceLink:'', + invoiceAccount:'', } } } diff --git a/public/pages/fee/addOwnerInvoice/addOwnerInvoice.html b/public/pages/fee/addOwnerInvoice/addOwnerInvoice.html index e84c222a7..801cabf03 100644 --- a/public/pages/fee/addOwnerInvoice/addOwnerInvoice.html +++ b/public/pages/fee/addOwnerInvoice/addOwnerInvoice.html @@ -1,86 +1,99 @@ -
-
-
-
-
- -
-
- +
+
+
+
+ +
+ +
+
+ -
-
-
- -
- -
-
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
-
- -
-
+
+
diff --git a/public/pages/fee/addOwnerInvoice/addOwnerInvoice.js b/public/pages/fee/addOwnerInvoice/addOwnerInvoice.js index d77053164..418b15add 100644 --- a/public/pages/fee/addOwnerInvoice/addOwnerInvoice.js +++ b/public/pages/fee/addOwnerInvoice/addOwnerInvoice.js @@ -10,6 +10,8 @@ invoiceNum: '', invoiceAddress: '', remark: '', + invoiceLink:'', + invoiceAccount:'', } }, diff --git a/public/pages/fee/ownerInvoice/ownerInvoice.html b/public/pages/fee/ownerInvoice/ownerInvoice.html index c3b93fa7d..dc09ee5c5 100644 --- a/public/pages/fee/ownerInvoice/ownerInvoice.html +++ b/public/pages/fee/ownerInvoice/ownerInvoice.html @@ -1,130 +1,123 @@
-
-
-
-
-
- -
-
+
+
+
+ +
+
+
+
+
+
+
+
+
-
-
-
-
- -
-
-
- -
-
-
- -
-
-
- -
+
+ +
+
+
+
+
+ +
-
-
-
-
-
- -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
{{ownerInvoice.oiId}}{{ownerInvoice.ownerName}}{{ownerInvoice.invoiceType == '1001'?'个人':'公司'}}{{ownerInvoice.invoiceName}}{{ownerInvoice.invoiceNum}}{{ownerInvoice.invoiceAddress}}{{ownerInvoice.remark}} -
- -
-
- -
-
-
    -
    - - -
    + +
    +
    +
    + +
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    {{ownerInvoice.oiId}}{{ownerInvoice.ownerName}}{{ownerInvoice.invoiceType == '1001'?'个人':'公司'}}{{ownerInvoice.invoiceName}}{{ownerInvoice.invoiceNum}}{{ownerInvoice.invoiceAddress}}{{ownerInvoice.invoiceLink}}{{ownerInvoice.invoiceAccount}}{{ownerInvoice.remark}} +
    + +
    +
    + +
    +
    + + +