|
@@ -71,7 +71,7 @@ const columns = [
|
|
|
label: "卖出方公司",
|
|
|
prop: "supplierName",
|
|
|
minWidth: 180,
|
|
|
- ...renderIconLabelLeft('supplierNo', 'supplierName','卖出方公司编码:')
|
|
|
+ ...renderIconLabelLeft("supplierNo", "supplierName", "卖出方公司编码:")
|
|
|
},
|
|
|
// {
|
|
|
// label: "买方公司编码",
|
|
@@ -82,7 +82,7 @@ const columns = [
|
|
|
label: "买入方公司名称",
|
|
|
prop: "companyName",
|
|
|
minWidth: 180,
|
|
|
- ...renderIconLabelLeft('companyNo', 'companyName','买入方公司编码:')
|
|
|
+ ...renderIconLabelLeft("companyNo", "companyName", "买入方公司编码:")
|
|
|
},
|
|
|
{
|
|
|
label: "申请人",
|
|
@@ -90,6 +90,11 @@ const columns = [
|
|
|
width: 90,
|
|
|
align: "left"
|
|
|
},
|
|
|
+ {
|
|
|
+ label: "回执时间",
|
|
|
+ width: 140,
|
|
|
+ prop: "return_time"
|
|
|
+ },
|
|
|
{
|
|
|
label: "申请时间",
|
|
|
width: 140,
|