|
@@ -1226,7 +1226,9 @@ export default {
|
|
|
})
|
|
|
})
|
|
|
} else {
|
|
|
+ // 部门,业务日期....设为禁用
|
|
|
this.contentOption.forEach(item => item.disabled = true)
|
|
|
+ // 明细设为禁用
|
|
|
this.contentStyle.forEach(item => item.disabled = true)
|
|
|
}
|
|
|
viewSingle(scope.row.fId).then(res => {
|
|
@@ -1235,6 +1237,12 @@ export default {
|
|
|
tableName: this.purchaseList.tableName,
|
|
|
userId: Cookies.get('userName')
|
|
|
}
|
|
|
+
|
|
|
+ // 上传附件是否打开判断
|
|
|
+ if (scope.row.fStatusName === "完成" || scope.row.fStatusName === "录入") {
|
|
|
+ this.disabled = false
|
|
|
+ }
|
|
|
+
|
|
|
let list = {
|
|
|
tCostManagement: res.data.tCostManagement,
|
|
|
tCostManagementItem: res.data.tCostManagementItem,
|