Kaynağa Gözat

仓储费审批修改

wengyuwen 4 yıl önce
ebeveyn
işleme
c3d11acbbb

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

@@ -333,6 +333,7 @@
             <span v-else-if="scope.row.fBilltype == 'SJCK'">出库</span>
             <span v-else-if="scope.row.fBilltype == 'CKDB'">调拨</span>
             <span v-else-if="scope.row.fBilltype == 'HQZY'">货权转移</span>
+            <span v-else-if="scope.row.fBilltype == 'JSCCF'">仓储费</span>
             <span v-else>{{scope.row.fBilltype}}</span>
           </template>
         </el-table-column>
@@ -549,6 +550,7 @@
                 <span v-else-if="scope.row.fBilltype == 'SJCK'">出库</span>
                 <span v-else-if="scope.row.fBilltype == 'CKDB'">调拨</span>
                 <span v-else-if="scope.row.fBilltype == 'HQZY'">货权转移</span>
+                <span v-else-if="scope.row.fBilltype == 'JSCCF'">仓储费</span>
               </template>
             </el-table-column>
             <!--       <el-table-column label="单据类型" align="center" prop="fBilltype" />-->
@@ -1140,7 +1142,7 @@ export default {
     //   }
     // },
     // 导入搜索
-    searchFee() {
+      searchFee() {
       this.feeList = []
       this.$refs['feeListRules'].validate(valid => {
         if (valid){

+ 1 - 0
src/views/warehouseBusiness/storageFeeCalculation/index.vue

@@ -1117,6 +1117,7 @@
             if (response.data.warehouseItemsList) {
               this.dataList = response.data.warehouseItemsList
               for (let li in this.dataList) {
+                this.$set(this.dataList[li], 'fBillingway',this.dataList[li].fBillingway + '')
                 this.$set(this.dataList[li], 'fBsdate', Date.parse(this.dataList[li].fBsdate))
                 this.$set(this.dataList[li], 'fChargedate', Date.parse(this.dataList[li].fChargedate))
                 this.$set(this.dataList[li], 'fBillingDeadline', Date.parse(this.dataList[li].fBillingDeadline))