修改草稿

This commit is contained in:
zyx.net
2022-11-22 16:00:22 +08:00
parent b3167434f0
commit 97ab07449e
3 changed files with 17 additions and 5 deletions
@@ -2963,10 +2963,10 @@ export default {
_formData.append('id', this.bpnId || '') _formData.append('id', this.bpnId || '')
_formData.append('createUser', this.$store.getters.userInfo.userId) _formData.append('createUser', this.$store.getters.userInfo.userId)
_formData.append('createUserName', this.$store.getters.userInfo.uName) _formData.append('createUserName', this.$store.getters.userInfo.uName)
_formData.append('prcType', 'buss1') _formData.append('prcType', '25')
_formData.append('prcName', '企标制修订-技术标准') _formData.append('prcName', '企标制修订计划管控')
_formData.append('json', JSON.stringify({ _formData.append('json', JSON.stringify({
taskInfo: '起草', taskInfo: '技术标准起草',
form: this.form, form: this.form,
roleForm: this.roleForm, roleForm: this.roleForm,
commentText: this.commentText commentText: this.commentText
@@ -431,8 +431,9 @@ export default {
props: ['message'], props: ['message'],
data(){ data(){
const validateFsOnlineFile = async (rule, value, callback) => { const validateFsOnlineFile = async (rule, value, callback) => {
if(this.qbfsForm.FSD){ debugger
let fileObj = await this.processEditFile(this.qbfsForm.FSD) if(this.qbfsForm.LXD){
let fileObj = await this.processEditFile(this.qbfsForm.LXD)
if (fileObj) { if (fileObj) {
const editFileInfo = fileObj const editFileInfo = fileObj
if (editFileInfo && editFileInfo.editStatus === '1') { if (editFileInfo && editFileInfo.editStatus === '1') {
@@ -318,6 +318,17 @@ export default {
verifySarStandard: true, 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 === '企标编写汇总'){ }else if (mes.taskInfo === '企标编写汇总'){
this.$router.push({ this.$router.push({
name: 'bussLibrary3', name: 'bussLibrary3',