修改草稿
This commit is contained in:
@@ -2963,10 +2963,10 @@ export default {
|
||||
_formData.append('id', this.bpnId || '')
|
||||
_formData.append('createUser', this.$store.getters.userInfo.userId)
|
||||
_formData.append('createUserName', this.$store.getters.userInfo.uName)
|
||||
_formData.append('prcType', 'buss1')
|
||||
_formData.append('prcName', '企标制修订-技术标准')
|
||||
_formData.append('prcType', '25')
|
||||
_formData.append('prcName', '企标制修订计划管控')
|
||||
_formData.append('json', JSON.stringify({
|
||||
taskInfo: '起草',
|
||||
taskInfo: '技术标准起草',
|
||||
form: this.form,
|
||||
roleForm: this.roleForm,
|
||||
commentText: this.commentText
|
||||
|
||||
@@ -431,8 +431,9 @@ export default {
|
||||
props: ['message'],
|
||||
data(){
|
||||
const validateFsOnlineFile = async (rule, value, callback) => {
|
||||
if(this.qbfsForm.FSD){
|
||||
let fileObj = await this.processEditFile(this.qbfsForm.FSD)
|
||||
debugger
|
||||
if(this.qbfsForm.LXD){
|
||||
let fileObj = await this.processEditFile(this.qbfsForm.LXD)
|
||||
if (fileObj) {
|
||||
const editFileInfo = fileObj
|
||||
if (editFileInfo && editFileInfo.editStatus === '1') {
|
||||
|
||||
@@ -318,6 +318,17 @@ export default {
|
||||
verifySarStandard: true,
|
||||
}
|
||||
})
|
||||
}else if(mes.taskInfo === '技术标准起草') {
|
||||
this.$router.push({
|
||||
name: 'qbzxdjhgkStep6',
|
||||
query:{
|
||||
type: '25',
|
||||
prcId: row.prcId,
|
||||
processName: mes.taskInfo,
|
||||
bpnId: id,
|
||||
verifySarStandard: true,
|
||||
}
|
||||
})
|
||||
}else if (mes.taskInfo === '企标编写汇总'){
|
||||
this.$router.push({
|
||||
name: 'bussLibrary3',
|
||||
|
||||
Reference in New Issue
Block a user