上传已签署版本关联纸质合同
This commit is contained in:
@@ -509,7 +509,8 @@ function canMockFinishSign(row) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function canUploadSigned(row) {
|
function canUploadSigned(row) {
|
||||||
return ["pending_sign", "signing"].includes(row.status);
|
// 纸质合同(0)才显示上传已签署版本;电子合同走在线签订
|
||||||
|
return String(row.isElectron || "1") === "0" && ["pending_sign", "signing"].includes(row.status);
|
||||||
}
|
}
|
||||||
|
|
||||||
function canCollect(row) {
|
function canCollect(row) {
|
||||||
|
|||||||
Reference in New Issue
Block a user