|
@@ -530,8 +530,13 @@ export default {
|
|
_that.$refs.submitApproval.inputArgs.dvpId = _that.$store.getters.dvpId;
|
|
_that.$refs.submitApproval.inputArgs.dvpId = _that.$store.getters.dvpId;
|
|
_that.$refs.submitApproval.inputArgs.dvpType = _that.dvpType;
|
|
_that.$refs.submitApproval.inputArgs.dvpType = _that.dvpType;
|
|
if (_that.realLifeState === '10') {
|
|
if (_that.realLifeState === '10') {
|
|
- // 部门审批
|
|
|
|
- _that.$refs.submitApproval.inputArgs.approveType = '70';
|
|
|
|
|
|
+ if (_that.headerFlag === 3) {
|
|
|
|
+ // 零部件DVP 计划/验证审批
|
|
|
|
+ _that.$refs.submitApproval.inputArgs.approveType = '71';
|
|
|
|
+ }else {
|
|
|
|
+ // 部门审批
|
|
|
|
+ _that.$refs.submitApproval.inputArgs.approveType = '70';
|
|
|
|
+ }
|
|
}
|
|
}
|
|
_that.$refs.submitApproval.inputArgs.delayFlag = false;
|
|
_that.$refs.submitApproval.inputArgs.delayFlag = false;
|
|
_that.submitApprovalVisible = true;
|
|
_that.submitApprovalVisible = true;
|