zhangyuewww пре 3 година
родитељ
комит
7622b0aabe

+ 1 - 1
src/views/contractManagement/futuresPurchaseContract.vue

@@ -456,7 +456,7 @@ export default {
         .toPromise()
         .then((response) => {
           for (var i = 0; i < response.records.length; i++) {
-            if (response.records[i].addressUrl != null) {
+            if (response.records[i].addressUrl != null&&response.records[i].addressUrl != "") {
               response.records[i].addressUrlArray =
                 response.records[i].addressUrl.split(',')
             } else {

+ 1 - 1
src/views/contractManagement/futuresSalesContract.vue

@@ -457,7 +457,7 @@ export default {
         .toPromise()
         .then((response) => {
           for (var i = 0; i < response.records.length; i++) {
-            if (response.records[i].addressUrl != null) {
+            if (response.records[i].addressUrl != null&&response.records[i].addressUrl != "") {
               response.records[i].addressUrlArray =
                 response.records[i].addressUrl.split(',')
             } else {

+ 2 - 2
src/views/statisticalReport/salesClosingCashierList.vue

@@ -9,10 +9,10 @@
           <ws-button :type="searchType==''?'primary':''" @click="handlestatus('')">全部</ws-button>
           <ws-button type="primary" v-hasPermission="
             `report.saleCloseReport.view`
-          " @click="handleAudit(0)">驳回</ws-button>
+          " @click="handleAudit(1)">驳回</ws-button>
           <ws-button type="primary" v-hasPermission="
             `report.saleCloseReport.view`
-          " @click="handleAudit(1)">通过</ws-button>
+          " @click="handleAudit(0)">通过</ws-button>
           <ws-button type="primary" v-hasPermission="
             `report.saleCloseReport.payment`
           " @click="payment()">付款</ws-button>