caojunjie hace 2 años
padre
commit
a372701fe3

+ 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