|
@@ -361,6 +361,14 @@ const PurColumns =[
|
|
|
inputType: "Textarea",
|
|
|
isShow:true,
|
|
|
},
|
|
|
+ {
|
|
|
+ key: "sysFileRecordList",
|
|
|
+ title: "附件",
|
|
|
+ inputType: "Upload",
|
|
|
+ span:24,
|
|
|
+ // fileType: ["pdf",""],
|
|
|
+ isShow:true,
|
|
|
+ },
|
|
|
|
|
|
];
|
|
|
const PurchaseTabColumns =[
|
|
@@ -1117,6 +1125,14 @@ const CauseColumns =[
|
|
|
inputType: "Textarea",
|
|
|
isShow:true,
|
|
|
},
|
|
|
+ {
|
|
|
+ key: "sysFileRecordList",
|
|
|
+ title: "附件",
|
|
|
+ inputType: "Upload",
|
|
|
+ // fileType: ["pdf",""],
|
|
|
+ span:24,
|
|
|
+ isShow:true,
|
|
|
+ },
|
|
|
];
|
|
|
const CauseTabColumns =[
|
|
|
{
|