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