Преглед на файлове

1.财务管理->对账->发起对账、查看对账、查看审批->显示税率

nzf преди 3 години
родител
ревизия
84c8dc01fb
променени са 1 файла, в които са добавени 27 реда и са изтрити 12 реда
  1. 27 12
      src/views/finance/contrast/index.vue

+ 27 - 12
src/views/finance/contrast/index.vue

@@ -1519,6 +1519,7 @@
                     oninput='this.value=this.value.replace(/[^\-?\d.]/g,"").replace(/^(\-)*(\d+)\.(\d\d).*$/, "$1$2.$3")'
                     @change="imgChangeI(scope.row)"
                   />
+                  <span v-if="item.label == 'fTaxrate'">{{scope.row.fTaxrate}}</span>
                   <span v-if="item.label == 'fFeeName'">{{
                     scope.row.fFeeName
                   }}</span>
@@ -2099,90 +2100,97 @@ export default {
         },
         {
           surface: "10",
+          label: "fTaxrate",
+          name: "税率",
+          checked: 0,
+          width: 100,
+        },
+        {
+          surface: "11",
           label: "fBusinessType",
           name: "作业类型",
           checked: 0,
           width: 100,
         },
         {
-          surface: "11",
+          surface: "12",
           label: "fBilltype",
           name: "业务类型",
           checked: 0,
           width: 100,
         },
         {
-          surface: "12",
+          surface: "13",
           label: "srcBillNo",
           name: "来源编号",
           checked: 0,
           width: 100,
         },
         {
-          surface: "13",
+          surface: "14",
           label: "fProductName",
           name: "货物品名",
           checked: 0,
           width: 100,
         },
         {
-          surface: "14",
+          surface: "15",
           label: "fMarks",
           name: "品牌",
           checked: 0,
           width: 100,
         },
         {
-          surface: "15",
+          surface: "16",
           label: "fChargedate",
           name: "计费起始日期",
           checked: 0,
           width: 100,
         },
         {
-          surface: "16",
+          surface: "17",
           label: "fBillingDeadline",
           name: "计费截止日期",
           checked: 0,
           width: 100,
         },
         {
-          surface: "17",
+          surface: "18",
           label: "fBillingDays",
           name: "计费天数",
           checked: 0,
           width: 100,
         },
         {
-          surface: "18",
+          surface: "19",
           label: "fInventoryDays",
           name: "库存天数",
           checked: 0,
           width: 100,
         },
         {
-          surface: "19",
+          surface: "20",
           label: "fBillno",
           name: "业务编号",
           checked: 0,
           width: 120,
         },
         {
-          surface: "20",
+          surface: "21",
           label: "invoiceNo",
           name: "发票号",
           checked: 0,
           width: 120,
         },
         {
-          surface: "21",
+          surface: "22",
           label: "fRemarks",
           name: "备注",
           checked: 0,
           width: 100,
         },
         {
-          surface: "22",
+          surface: "23",
           label: "carLoadDate",
           name: "提箱日期",
           checked: 0,
@@ -2261,6 +2269,13 @@ export default {
           width: 100,
         },
         {
+          surface: "10",
+          label: "fTaxrate",
+          name: "税率",
+          checked: 0,
+          width: 100,
+        },
+        {
           surface: "11",
           label: "fFeeName",
           name: "费用名称",