|
|
@ -417,6 +417,7 @@ export default { |
|
|
bdnr: '', |
|
|
bdnr: '', |
|
|
resource: '', |
|
|
resource: '', |
|
|
yqResource: '', |
|
|
yqResource: '', |
|
|
|
|
|
jcbList:'', |
|
|
qmrmm: '', |
|
|
qmrmm: '', |
|
|
sfcz: false, |
|
|
sfcz: false, |
|
|
czfs: '', |
|
|
czfs: '', |
|
|
@ -445,6 +446,7 @@ export default { |
|
|
resourceYj: [], |
|
|
resourceYj: [], |
|
|
resource: [], |
|
|
resource: [], |
|
|
yqResource: [], |
|
|
yqResource: [], |
|
|
|
|
|
jcbList:[], |
|
|
bdmbTitle: this.$t('page.business.form.bdmb'), |
|
|
bdmbTitle: this.$t('page.business.form.bdmb'), |
|
|
rulesApprove: { |
|
|
rulesApprove: { |
|
|
qmrmm: [{ |
|
|
qmrmm: [{ |
|
|
@ -644,6 +646,7 @@ export default { |
|
|
that.formApprove.bdnr = JSON.stringify(content) |
|
|
that.formApprove.bdnr = JSON.stringify(content) |
|
|
that.resource = that.$refs.templateTable.getResource() |
|
|
that.resource = that.$refs.templateTable.getResource() |
|
|
that.yqResource = that.$refs.templateTable.getYqResource() |
|
|
that.yqResource = that.$refs.templateTable.getYqResource() |
|
|
|
|
|
that.jcbList = that.$refs.templateTable.getJcbList() |
|
|
that.openApprove = true |
|
|
that.openApprove = true |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
@ -827,7 +830,6 @@ export default { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
that.$modal.loading() |
|
|
that.$modal.loading() |
|
|
debugger |
|
|
|
|
|
that.formYjcc.resource = JSON.stringify(that.resourceYj) |
|
|
that.formYjcc.resource = JSON.stringify(that.resourceYj) |
|
|
that.formYjcc.cclist = JSON.stringify(that.cclistYj) |
|
|
that.formYjcc.cclist = JSON.stringify(that.cclistYj) |
|
|
studyFormFill_yjcc(that.formYjcc).then(response => { |
|
|
studyFormFill_yjcc(that.formYjcc).then(response => { |
|
|
@ -848,6 +850,7 @@ export default { |
|
|
that.$modal.loading() |
|
|
that.$modal.loading() |
|
|
that.formApprove.resource = JSON.stringify(that.resource) |
|
|
that.formApprove.resource = JSON.stringify(that.resource) |
|
|
that.formApprove.yqResource = JSON.stringify(that.yqResource) |
|
|
that.formApprove.yqResource = JSON.stringify(that.yqResource) |
|
|
|
|
|
that.formApprove.jcbList = JSON.stringify(that.jcbList) |
|
|
if (that.czlist.length > 0) { |
|
|
if (that.czlist.length > 0) { |
|
|
that.formApprove.czlist = JSON.stringify(that.czlist) |
|
|
that.formApprove.czlist = JSON.stringify(that.czlist) |
|
|
} |
|
|
} |
|
|
|