Przeglądaj źródła

财务对账收费修改

wengyuwen 4 lat temu
rodzic
commit
9b616ade69

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

@@ -740,6 +740,7 @@ export default {
         this.Xbutton = false
         this.approval = JSON.parse(this.approval)
         this.hide = false
+        this.tablefilter = true
         this.notChange = true
         this.approve = true
         this.cancelButton = false

+ 11 - 2
src/views/finance/contrast/index.vue

@@ -341,8 +341,16 @@
         <el-table-column label="提单号" align="center" prop="fMblno" />
         <el-table-column label="货物品名" align="center" prop="fProductName" />
         <el-table-column label="品牌" align="center" prop="fMarks" />
-        <el-table-column label="计费起始日期" align="center" prop="fChargedate" />
-        <el-table-column label="计费截止日期" align="center" prop="fBillingDeadline" />
+        <el-table-column label="计费起始日期" align="center" prop="fChargedate">
+          <template slot-scope="scope">
+            <span>{{scope.row.fChargedate.slice(0, 10)}}</span>
+          </template>
+        </el-table-column>
+        <el-table-column label="计费截止日期" align="center" prop="fBillingDeadline">
+          <template slot-scope="scope">
+            <span>{{scope.row.fBillingDeadline.slice(0, 10)}}</span>
+          </template>
+        </el-table-column>
         <el-table-column label="计费天数" align="center" prop="fBillingDays" />
         <el-table-column label="库存天数" align="center" prop="fInventoryDays" />
         <el-table-column label="备注" align="center" prop="fRemarks"/>
@@ -1418,6 +1426,7 @@ export default {
       getFee(fId).then(response => {
         this.Operator = response.data.tFee.createBy
         this.DzfeeList = response.data.feeDoList
+        console.log(this.DzfeeList)
         this.fWbuOptions = response.data.feesList
         this.queryParams = response.data.tFee
         this.fMblnoOptions = response.data.corps