浏览代码

提交报关

caojunjie 2 年之前
父节点
当前提交
a372701fe3
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 2 0
      src/views/approveData/index.vue
  2. 1 1
      src/views/purchase/exportDeclaration/detailsPage.vue

+ 2 - 0
src/views/approveData/index.vue

@@ -34,6 +34,8 @@
         <span v-else-if="scope.row.checkType == 'JKFC'">进口返程</span>
         <span v-else-if="scope.row.checkType == 'REPAIR'">修箱</span>
         <span v-else-if="scope.row.checkType == 'WASH'">洗箱</span>
+        <span v-else-if="scope.row.checkType == 'BGJK'">报关进口</span>
+        <span v-else-if="scope.row.checkType == 'BGCK'">报关出口</span>
       </template>
       <template slot="menuLeft">
         <el-button size="small" type="success" :disabled="selectionList.length == 0" @click.stop="batchCheck">批量审批

+ 1 - 1
src/views/purchase/exportDeclaration/detailsPage.vue

@@ -176,7 +176,7 @@
       </avue-crud>
     </trade-card>
     <!--费用信息组件-->
-    <box-cost v-model="dataListTwo" activeName="second" ref="first" type="BG" @resetTrigger="resetTrigger" url="/api/blade-box-tube/declareCustomsFees/remove"></box-cost>
+    <box-cost v-model="dataListTwo" activeName="second" ref="boxCost" type="BG" @resetTrigger="resetTrigger" url="/api/blade-box-tube/declareCustomsFees/remove"></box-cost>
     <trade-card title="附件明细">
       <c-upload
           basic