Parcourir la source

凯和错别字,下单查询审批修改

lazhaoqian il y a 4 ans
Parent
commit
7596b45109

+ 1 - 1
src/api/kaihe/containerNews/boxInformation.js

@@ -58,7 +58,7 @@ export function delCorps(fIds) {
 // 导出客户详情
 export function exportCorps(query) {
   return request({
-    url: '/shipping/route/export',
+    url: '/shipping/cntrno/export',
     method: 'get',
     params: query
   })

+ 1 - 1
src/views/finance/applyForInvoice/chargeInvoice/index.vue

@@ -1287,7 +1287,7 @@
                 <template>
                   <span v-if="scope.row.fBilltype == 'SJRK'">入库</span>
                   <span v-else-if="scope.row.fBilltype == 'SJCK'">出库</span>
-                  <span v-else-if="scope.row.fBilltype == 'KHDD'">凯订单</span>
+                  <span v-else-if="scope.row.fBilltype == 'KHDD'">凯订单</span>
                   <span v-else>{{ scope.row.fBilltype }}</span>
                 </template>
               </span>

+ 1 - 1
src/views/finance/applyForInvoice/salesInvoice/index.vue

@@ -1254,7 +1254,7 @@
                 <template>
                   <span v-if="scope.row.fBilltype == 'SJRK'">入库</span>
                   <span v-else-if="scope.row.fBilltype == 'SJCK'">出库</span>
-                  <span v-else-if="scope.row.fBilltype == 'KHDD'">凯订单</span>
+                  <span v-else-if="scope.row.fBilltype == 'KHDD'">凯订单</span>
                   <span v-else>{{ scope.row.fBilltype }}</span>
                 </template>
               </span>

+ 1 - 1
src/views/finance/charge/index.vue

@@ -1117,7 +1117,7 @@
                 <template>
                   <span v-if="scope.row.fBilltype == 'SJRK'">入库</span>
                   <span v-else-if="scope.row.fBilltype == 'SJCK'">出库</span>
-                  <span v-else-if="scope.row.fBilltype == 'KHDD'">凯订单</span>
+                  <span v-else-if="scope.row.fBilltype == 'KHDD'">凯订单</span>
                   <span v-else>{{ scope.row.fBilltype }}</span>
                 </template>
               </span>

+ 1 - 1
src/views/finance/contrast/index.vue

@@ -1434,7 +1434,7 @@
                       >费用补充</span
                     >
                     <span v-else-if="scope.row.fBilltype == 'KHDD'"
-                      >凯订单</span
+                      >凯订单</span
                     >
                   </template>
                 </span>

+ 1 - 1
src/views/finance/payment/index.vue

@@ -1122,7 +1122,7 @@
                 <template>
                   <span v-if="scope.row.fBilltype == 'SJRK'">入库</span>
                   <span v-else-if="scope.row.fBilltype == 'SJCK'">出库</span>
-                  <span v-else-if="scope.row.fBilltype == 'KHDD'">凯订单</span>
+                  <span v-else-if="scope.row.fBilltype == 'KHDD'">凯订单</span>
                   <span v-else>{{ scope.row.fBilltype }}</span>
                 </template>
               </span>

+ 2 - 2
src/views/index.vue

@@ -177,7 +177,7 @@
                   <span v-else-if="item.refno2 === 'KHSF'">凯和收费</span>
                   <span v-else-if="item.refno2 === 'KHFF'">凯和付费</span>
                   <span v-else-if="item.refno2 === 'ApplyFP'">凯和开票申请</span>
-                  <span v-else-if="item.refno2 === 'KHDD'">凯订单</span>
+                  <span v-else-if="item.refno2 === 'KHDD'">凯订单</span>
                   <span v-else-if="item.refno2 === 'SE'">下单配船</span>
                 </div>
                 <div class="home_stock_table" @click="approval(item)">
@@ -715,7 +715,7 @@
                 <span v-else-if="item.refno2 === 'KHSF'">凯和收费</span>
                 <span v-else-if="item.refno2 === 'KHFF'">凯和付费</span>
                 <span v-else-if="item.refno2 === 'ApplyFP'">凯和开票申请</span>
-                <span v-else-if="item.refno2 === 'KHDD'">凯订单</span>
+                <span v-else-if="item.refno2 === 'KHDD'">凯订单</span>
                 <span v-else-if="item.refno2 === 'SE'">下单配船</span>
               </div>
               <div class="home_stock_table" @click="approval(item)">

+ 2 - 2
src/views/kaihe/domesticTrade/orderInformation/index.vue

@@ -1266,7 +1266,7 @@
       </el-button>
       <el-button type="primary"
                  v-if="form.fBillstatus != 11 ||form.moneyStatus == null || form.moneyStatus != null && form.moneyStatus >= 4"
-                 @click="addOrUpdateHandle(form,'f_billstatus')"
+                 @click="addOrUpdateHandle('f_billstatus')"
       >查看审批
       </el-button>
       <el-button icon="el-icon-arrow-left" type="danger" v-if="cancelButton === true" @click="cancel">返回列表</el-button>
@@ -2130,7 +2130,7 @@ export default {
             let actId = ''
             if (this.form.fBillstatus < 6) {
               actId = '410'
-              this.$refs.ApprovalComments.init(form.fId,actId,status,this.form.fMblno)
+              this.$refs.ApprovalComments.init(form.fId,status,actId,this.form.fMblno)
             } else if (this.form.moneyStatus != null && this.form.moneyStatus < 6) {
               actId = '460'
               this.$refs.ApprovalComments.init(form.fId,status,actId)

+ 5 - 5
src/views/morePage/stock/index.vue

@@ -665,23 +665,23 @@ export default {
                 break;
               }
               case "ApplyFP": {
-                e.refno2 = "凯开票申请";
+                e.refno2 = "凯开票申请";
                 break;
               }
               case "KHDZ": {
-                e.refno2 = "凯对账";
+                e.refno2 = "凯对账";
                 break;
               }
               case "KHSF": {
-                e.refno2 = "凯收费";
+                e.refno2 = "凯收费";
                 break;
               }
               case "KHFF": {
-                e.refno2 = "凯付费";
+                e.refno2 = "凯付费";
                 break;
               }
               case "KHDD": {
-                e.refno2 = "凯订单";
+                e.refno2 = "凯订单";
                 break;
               }
               default: {

+ 5 - 5
src/views/system/auditConfiguration/index.vue

@@ -50,11 +50,11 @@
           <span v-if="scope.row.actId === 320">协议计划费审批流程</span>
           <span v-if="scope.row.actId === 410">下单审批流程</span>
           <span v-if="scope.row.actId === 420">配船审批流程</span>
-          <span v-if="scope.row.actId === 430">凯对账审批流程</span>
-          <span v-if="scope.row.actId === 440">凯收费审批流程</span>
-          <span v-if="scope.row.actId === 450">凯付费审批流程</span>
-          <span v-if="scope.row.actId === 460">凯费用审批流程</span>
-          <span v-if="scope.row.actId === 470">凯发票申请审批流程</span>
+          <span v-if="scope.row.actId === 430">凯对账审批流程</span>
+          <span v-if="scope.row.actId === 440">凯收费审批流程</span>
+          <span v-if="scope.row.actId === 450">凯付费审批流程</span>
+          <span v-if="scope.row.actId === 460">凯费用审批流程</span>
+          <span v-if="scope.row.actId === 470">凯发票申请审批流程</span>
         </template>
       </el-table-column>
       <el-table-column