Explorar o código

Merge branch 'master' of git.echepei.com:zhujiawei/Warehouse_management_ui

caojunjie %!s(int64=4) %!d(string=hai) anos
pai
achega
30ccf3f11d
Modificáronse 1 ficheiros con 81 adicións e 81 borrados
  1. 81 81
      src/views/basicdata/fleet/companyMsg-add-or-update.vue

+ 81 - 81
src/views/basicdata/fleet/companyMsg-add-or-update.vue

@@ -205,46 +205,46 @@ export default {
       doNot:true,
       dialogFull:false,
       dataForm_s:{
-        annualDate: '',
-        bankAccount: '',
-        billStatus: '',
-        businessArea: '',
-        businessDeadline: '',
-        carNum: '',
-        companyAddress:'',
-        companyName: '',
-        companyType: '',
-        creatTime: '',
-        createBy: '',
-        createTime: '',
-        creditLv: '',
-        creditNum: '',
-        dateOfEstablishment: '',
-        delFlag: '',
-        email: '',
-        fax: '',
-        headOffice: '',
-        id: '',
-        industryCommerceNum: '',
-        insdustry: '',
-        legalPerson: '',
-        linkMan: '',
-        linkPhone:'',
-        loginAccount: '',
-        manageScope: '',
-        modificationTime: '',
-        openingBank: '',
-        organizationNum: '',
-        params: '',
-        paymentDays: '',
-        registerOrganization: '',
-        registerdAddress: '',
-        registerdCapital: '',
-        remark: '',
-        searchValue: '',
-        taxpayerNum: '',
-        updateBy: '',
-        updateTime: '',
+        annualDate:null,
+        bankAccount: null,
+        billStatus: null,
+        businessArea: null,
+        businessDeadline: null,
+        carNum: null,
+        companyAddress:null,
+        companyName: null,
+        companyType: null,
+        creatTime: null,
+        createBy: null,
+        createTime: null,
+        creditLv: null,
+        creditNum: null,
+        dateOfEstablishment: null,
+        delFlag: null,
+        email: null,
+        fax: null,
+        headOffice: null,
+        id: null,
+        industryCommerceNum: null,
+        insdustry: null,
+        legalPerson: null,
+        linkMan: null,
+        linkPhone:null,
+        loginAccount: null,
+        manageScope: null,
+        modificationTime: null,
+        openingBank: null,
+        organizationNum: null,
+        params: null,
+        paymentDays: null,
+        registerOrganization: null,
+        registerdAddress: null,
+        registerdCapital: null,
+        remark: null,
+        searchValue: null,
+        taxpayerNum: null,
+        updateBy: null,
+        updateTime: null,
       },
       visible: false,
       edit: true,
@@ -315,46 +315,46 @@ export default {
           })
         }else{
           this.dataForm_s = {
-            annualDate: '',
-              bankAccount: '',
-              billStatus: '',
-              businessArea: '',
-              businessDeadline: '',
-              carNum: '',
-              companyAddress:'',
-              companyName: '',
-              companyType: '',
-              creatTime: '',
-              createBy: '',
-              createTime: '',
-              creditLv: '',
-              creditNum: '',
-              dateOfEstablishment: '',
-              delFlag: '',
-              email: '',
-              fax: '',
-              headOffice: '',
-              id: '',
-              industryCommerceNum: '',
-              insdustry: '',
-              legalPerson: '',
-              linkMan: '',
-              linkPhone:'',
-              loginAccount: '',
-              manageScope: '',
-              modificationTime: '',
-              openingBank: '',
-              organizationNum: '',
-              params: '',
-              paymentDays: '',
-              registerOrganization: '',
-              registerdAddress: '',
-              registerdCapital: '',
-              remark: '',
-              searchValue: '',
-              taxpayerNum: '',
-              updateBy: '',
-              updateTime: '',
+            annualDate:null,
+            bankAccount: null,
+            billStatus: null,
+            businessArea: null,
+            businessDeadline: null,
+            carNum: null,
+            companyAddress:null,
+            companyName: null,
+            companyType: null,
+            creatTime: null,
+            createBy: null,
+            createTime: null,
+            creditLv: null,
+            creditNum: null,
+            dateOfEstablishment: null,
+            delFlag: null,
+            email: null,
+            fax: null,
+            headOffice: null,
+            id: null,
+            industryCommerceNum: null,
+            insdustry: null,
+            legalPerson: null,
+            linkMan: null,
+            linkPhone:null,
+            loginAccount: null,
+            manageScope: null,
+            modificationTime: null,
+            openingBank: null,
+            organizationNum: null,
+            params: null,
+            paymentDays: null,
+            registerOrganization: null,
+            registerdAddress: null,
+            registerdCapital: null,
+            remark: null,
+            searchValue: null,
+            taxpayerNum: null,
+            updateBy: null,
+            updateTime: null,
           }
           this.hide = false
           this.doNot = false
@@ -370,7 +370,7 @@ export default {
         if (valid) {
           console.log(valid)
           preservation(this.dataForm_s).then(data=>{
-            this.$message.success('操作成功');
+            this.$message.success('操作成功')
             this.closeDia()
           })
         }