|
|
|
@ -557,6 +557,7 @@ import { |
|
|
|
getSfdcRollByCon, |
|
|
|
refreshWorkPlatformButtons, |
|
|
|
checkScheduleButton, |
|
|
|
checkCreateNewRoll, |
|
|
|
createNewRoll, |
|
|
|
reopenSfdcRolls,/*重新打开卷操作*/ |
|
|
|
deleteSfdcRolls,/*删除sfdcRolls的操作*/ |
|
|
|
@ -3138,9 +3139,8 @@ export default { |
|
|
|
//创建新卷的功能 |
|
|
|
createNewRollFun() { |
|
|
|
//校验当前的功能是否可用 |
|
|
|
this.scheduleData.functionName = 'createNewRollFlag'; |
|
|
|
this.scheduleData.operatorId = this.operatorData.operatorId; |
|
|
|
checkScheduleButton(this.scheduleData).then(({data}) => { |
|
|
|
checkCreateNewRoll(this.scheduleData).then(({data}) => { |
|
|
|
//判断校验是否通过 |
|
|
|
let resultMap = data.resultMap; |
|
|
|
//判断是否通过验证 |
|
|
|
|