Selaa lähdekoodia

新增开票资料

LiFei 3 vuotta sitten
vanhempi
commit
a3ffd11c4a

+ 2 - 2
src/views/hlwinvoice/HlwCompanyInvoiceInfoList.vue

@@ -113,12 +113,12 @@
           },
           {
             title: '更新人',
-            dataIndex: 'updateTime',
+            dataIndex: 'updateBy',
             align: "center",
           },
           {
             title: '更新时间',
-            dataIndex: 'updateBy',
+            dataIndex: 'updateTime',
             align: "center",
           },
           {

+ 2 - 2
src/views/hlwinvoice/modules/HlwComapnyInvoiceInfoModal.vue

@@ -91,8 +91,8 @@
           registerPhone:{},
         },
         url: {
-          add: "/wisdom/hwPlatformCompany/companyInvoiceInfoAdd",
-          edit: "/wisdom/hwPlatformCompany/companyInvoiceInfoEdit",
+          add: "/saasmanager/hwPlatformCompany/companyInvoiceInfoAdd",
+          edit: "/saasmanager/hwPlatformCompany/companyInvoiceInfoEdit",
         }
 
       }