Qukatie 1 éve
szülő
commit
a0a09539dc

+ 34 - 0
src/views/iosBasicData/AirtransportExport/bills/assembly/feecenter.vue

@@ -725,6 +725,7 @@
                             label: "账单",
                             prop: "accStatus",
                             width: "60",
+                            overHidden: true,
                         },
                         {
                             label: "往来单位",
@@ -742,51 +743,61 @@
                             label: "预付/到付",
                             prop: "paymode",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "计量单位",
                             prop: "unitNo",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "币种",
                             prop: "curCode",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "汇率",
                             prop: "exrate",
                             width: "100",
+                            overHidden: true,
                         },
                         {
                             label: "单价",
                             prop: "price",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "数量",
                             prop: "quantity",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "CNY(含税)",
                             prop: "rmbAmount",
                             width: "100",
+                            overHidden: true,
                         },
                         {
                             label: "USD(含税)",
                             prop: "usdAmount",
                             width: "100",
+                            overHidden: true,
                         },
                         {
                             label: "CNY(净额)",
                             prop: "rmbAmountNet",
                             width: "100",
+                            overHidden: true,
                         },
                         {
                             label: "USD(净额)",
                             prop: "usdAmountNet",
                             width: "100",
+                            overHidden: true,
                         },
                         {
                             label: "核算要素",
@@ -798,26 +809,31 @@
                             label: "付费申请金额",
                             prop: "appliedAmount",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "发票申请金额",
                             prop: "appliedInvoiceAmount",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "已开票金额",
                             prop: "uninvoicedAmount",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "已结算金额",
                             prop: "stlTtlAmount",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "备注",
                             prop: "remarks",
                             width: "100",
+                            overHidden: true,
                         },
                         // {
                         //     label: "税率",
@@ -833,6 +849,7 @@
                             label: "单价是否含税",
                             prop: "isTax",
                             width: "120",
+                            overHidden: true,
                         },
                     ]
                 },
@@ -866,6 +883,7 @@
                             label: "账单",
                             prop: "accStatus",
                             width: "60",
+                            overHidden: true,
                         },
                         {
                             label: "往来单位",
@@ -883,51 +901,61 @@
                             label: "预付/到付",
                             prop: "paymode",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "计量单位",
                             prop: "unitNo",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "币种",
                             prop: "curCode",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "汇率",
                             prop: "exrate",
                             width: "100",
+                            overHidden: true,
                         },
                         {
                             label: "单价",
                             prop: "price",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "数量",
                             prop: "quantity",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "CNY(含税)",
                             prop: "rmbAmount",
                             width: "100",
+                            overHidden: true,
                         },
                         {
                             label: "USD(含税)",
                             prop: "usdAmount",
                             width: "100",
+                            overHidden: true,
                         },
                         {
                             label: "CNY(净额)",
                             prop: "rmbAmountNet",
                             width: "100",
+                            overHidden: true,
                         },
                         {
                             label: "USD(净额)",
                             prop: "usdAmountNet",
                             width: "100",
+                            overHidden: true,
                         },
                         {
                             label: "核算要素",
@@ -939,26 +967,31 @@
                             label: "付费申请金额",
                             prop: "appliedAmount",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "发票申请金额",
                             prop: "appliedInvoiceAmount",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "已开票金额",
                             prop: "uninvoicedAmount",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "已结算金额",
                             prop: "stlTtlAmount",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "备注",
                             prop: "remarks",
                             width: "100",
+                            overHidden: true,
                         },
                         // {
                         //     label: "税率",
@@ -974,6 +1007,7 @@
                             label: "单价是否含税",
                             prop: "isTax",
                             width: "120",
+                            overHidden: true,
                         },
                     ]
                 },

+ 17 - 0
src/views/iosBasicData/AirtransportImport/bills/assembly/feecenter.vue

@@ -745,6 +745,7 @@ export default {
                         label: "账单",
                         prop: "accStatus",
                         width: "60",
+                        overHidden: true,
                     },
                     {
                         label: "往来单位",
@@ -762,51 +763,61 @@ export default {
                         label: "预付/到付",
                         prop: "paymode",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "计量单位",
                         prop: "unitNo",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "币种",
                         prop: "curCode",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "汇率",
                         prop: "exrate",
                         width: "100",
+                        overHidden: true,
                     },
                     {
                         label: "单价",
                         prop: "price",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "数量",
                         prop: "quantity",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "CNY(含税)",
                         prop: "rmbAmount",
                         width: "100",
+                        overHidden: true,
                     },
                     {
                         label: "USD(含税)",
                         prop: "usdAmount",
                         width: "100",
+                        overHidden: true,
                     },
                     {
                         label: "CNY(净额)",
                         prop: "rmbAmountNet",
                         width: "100",
+                        overHidden: true,
                     },
                     {
                         label: "USD(净额)",
                         prop: "usdAmountNet",
                         width: "100",
+                        overHidden: true,
                     },
                     {
                         label: "核算要素",
@@ -818,26 +829,31 @@ export default {
                         label: "付费申请金额",
                         prop: "appliedAmount",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "发票申请金额",
                         prop: "appliedInvoiceAmount",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "已开票金额",
                         prop: "uninvoicedAmount",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "已结算金额",
                         prop: "stlTtlAmount",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "备注",
                         prop: "remarks",
                         width: "100",
+                        overHidden: true,
                     },
                     // {
                     //     label: "税率",
@@ -853,6 +869,7 @@ export default {
                         label: "单价是否含税",
                         prop: "isTax",
                         width: "120",
+                        overHidden: true,
                     },
                 ]
             },

+ 34 - 0
src/views/iosBasicData/OceanFreightImport/bills/assembly/feecenter.vue

@@ -735,6 +735,7 @@
                             label: "账单",
                             prop: "accStatus",
                             width: "60",
+                            overHidden: true,
                         },
                         {
                             label: "往来单位",
@@ -752,51 +753,61 @@
                             label: "预付/到付",
                             prop: "paymode",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "计量单位",
                             prop: "unitNo",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "币种",
                             prop: "curCode",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "汇率",
                             prop: "exrate",
                             width: "100",
+                            overHidden: true,
                         },
                         {
                             label: "单价",
                             prop: "price",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "数量",
                             prop: "quantity",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "CNY(含税)",
                             prop: "rmbAmount",
                             width: "100",
+                            overHidden: true,
                         },
                         {
                             label: "USD(含税)",
                             prop: "usdAmount",
                             width: "100",
+                            overHidden: true,
                         },
                         {
                             label: "CNY(净额)",
                             prop: "rmbAmountNet",
                             width: "100",
+                            overHidden: true,
                         },
                         {
                             label: "USD(净额)",
                             prop: "usdAmountNet",
                             width: "100",
+                            overHidden: true,
                         },
                         {
                             label: "核算要素",
@@ -808,26 +819,31 @@
                             label: "付费申请金额",
                             prop: "appliedAmount",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "发票申请金额",
                             prop: "appliedInvoiceAmount",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "已开票金额",
                             prop: "uninvoicedAmount",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "已结算金额",
                             prop: "stlTtlAmount",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "备注",
                             prop: "remarks",
                             width: "100",
+                            overHidden: true,
                         },
                         // {
                         //     label: "税率",
@@ -843,6 +859,7 @@
                             label: "单价是否含税",
                             prop: "isTax",
                             width: "120",
+                            overHidden: true,
                         },
                     ]
                 },
@@ -876,6 +893,7 @@
                             label: "账单",
                             prop: "accStatus",
                             width: "60",
+                            overHidden: true,
                         },
                         {
                             label: "往来单位",
@@ -893,51 +911,61 @@
                             label: "预付/到付",
                             prop: "paymode",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "计量单位",
                             prop: "unitNo",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "币种",
                             prop: "curCode",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "汇率",
                             prop: "exrate",
                             width: "100",
+                            overHidden: true,
                         },
                         {
                             label: "单价",
                             prop: "price",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "数量",
                             prop: "quantity",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "CNY(含税)",
                             prop: "rmbAmount",
                             width: "100",
+                            overHidden: true,
                         },
                         {
                             label: "USD(含税)",
                             prop: "usdAmount",
                             width: "100",
+                            overHidden: true,
                         },
                         {
                             label: "CNY(净额)",
                             prop: "rmbAmountNet",
                             width: "100",
+                            overHidden: true,
                         },
                         {
                             label: "USD(净额)",
                             prop: "usdAmountNet",
                             width: "100",
+                            overHidden: true,
                         },
                         {
                             label: "核算要素",
@@ -949,26 +977,31 @@
                             label: "付费申请金额",
                             prop: "appliedAmount",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "发票申请金额",
                             prop: "appliedInvoiceAmount",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "已开票金额",
                             prop: "uninvoicedAmount",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "已结算金额",
                             prop: "stlTtlAmount",
                             width: "120",
+                            overHidden: true,
                         },
                         {
                             label: "备注",
                             prop: "remarks",
                             width: "100",
+                            overHidden: true,
                         },
                         // {
                         //     label: "税率",
@@ -984,6 +1017,7 @@
                             label: "单价是否含税",
                             prop: "isTax",
                             width: "120",
+                            overHidden: true,
                         },
                     ]
                 },

+ 34 - 0
src/views/iosBasicData/SeafreightExportF/bills/assembly/feecenter.vue

@@ -616,6 +616,7 @@ export default {
                         label: "账单",
                         prop: "accStatus",
                         width: "60",
+                        overHidden: true,
                     },
                     {
                         label: "往来单位",
@@ -633,51 +634,61 @@ export default {
                         label: "预付/到付",
                         prop: "paymode",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "计量单位",
                         prop: "unitNo",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "币种",
                         prop: "curCode",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "汇率",
                         prop: "exrate",
                         width: "100",
+                        overHidden: true,
                     },
                     {
                         label: "单价",
                         prop: "price",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "数量",
                         prop: "quantity",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "CNY(含税)",
                         prop: "rmbAmount",
                         width: "100",
+                        overHidden: true,
                     },
                     {
                         label: "USD(含税)",
                         prop: "usdAmount",
                         width: "100",
+                        overHidden: true,
                     },
                     {
                         label: "CNY(净额)",
                         prop: "rmbAmountNet",
                         width: "100",
+                        overHidden: true,
                     },
                     {
                         label: "USD(净额)",
                         prop: "usdAmountNet",
                         width: "100",
+                        overHidden: true,
                     },
                     {
                         label: "核算要素",
@@ -689,26 +700,31 @@ export default {
                         label: "付费申请金额",
                         prop: "appliedAmount",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "发票申请金额",
                         prop: "appliedInvoiceAmount",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "已开票金额",
                         prop: "uninvoicedAmount",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "已结算金额",
                         prop: "stlTtlAmount",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "备注",
                         prop: "remarks",
                         width: "100",
+                        overHidden: true,
                     },
                     // {
                     //     label: "税率",
@@ -724,6 +740,7 @@ export default {
                         label: "单价是否含税",
                         prop: "isTax",
                         width: "120",
+                        overHidden: true,
                     },
                 ]
             },
@@ -757,6 +774,7 @@ export default {
                         label: "账单",
                         prop: "accStatus",
                         width: "60",
+                        overHidden: true,
                     },
                     {
                         label: "往来单位",
@@ -774,51 +792,61 @@ export default {
                         label: "预付/到付",
                         prop: "paymode",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "计量单位",
                         prop: "unitNo",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "币种",
                         prop: "curCode",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "汇率",
                         prop: "exrate",
                         width: "100",
+                        overHidden: true,
                     },
                     {
                         label: "单价",
                         prop: "price",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "数量",
                         prop: "quantity",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "CNY(含税)",
                         prop: "rmbAmount",
                         width: "100",
+                        overHidden: true,
                     },
                     {
                         label: "USD(含税)",
                         prop: "usdAmount",
                         width: "100",
+                        overHidden: true,
                     },
                     {
                         label: "CNY(净额)",
                         prop: "rmbAmountNet",
                         width: "100",
+                        overHidden: true,
                     },
                     {
                         label: "USD(净额)",
                         prop: "usdAmountNet",
                         width: "100",
+                        overHidden: true,
                     },
                     {
                         label: "核算要素",
@@ -830,26 +858,31 @@ export default {
                         label: "付费申请金额",
                         prop: "appliedAmount",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "发票申请金额",
                         prop: "appliedInvoiceAmount",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "已开票金额",
                         prop: "uninvoicedAmount",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "已结算金额",
                         prop: "stlTtlAmount",
                         width: "120",
+                        overHidden: true,
                     },
                     {
                         label: "备注",
                         prop: "remarks",
                         width: "100",
+                        overHidden: true,
                     },
                     // {
                     //     label: "税率",
@@ -865,6 +898,7 @@ export default {
                         label: "单价是否含税",
                         prop: "isTax",
                         width: "120",
+                        overHidden: true,
                     },
                 ]
             },