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