|
|
@ -428,6 +428,7 @@ export default { |
|
|
resource: '', |
|
|
resource: '', |
|
|
yqResource: '', |
|
|
yqResource: '', |
|
|
jcbList: '', |
|
|
jcbList: '', |
|
|
|
|
|
xbxj:'', |
|
|
qmrmm: '', |
|
|
qmrmm: '', |
|
|
sfcz: false, |
|
|
sfcz: false, |
|
|
czfs: '', |
|
|
czfs: '', |
|
|
@ -457,6 +458,7 @@ export default { |
|
|
resource: [], |
|
|
resource: [], |
|
|
yqResource: [], |
|
|
yqResource: [], |
|
|
jcbList: [], |
|
|
jcbList: [], |
|
|
|
|
|
xbxj: [], |
|
|
bdmbTitle: this.$t('page.business.form.bdmb'), |
|
|
bdmbTitle: this.$t('page.business.form.bdmb'), |
|
|
rulesApprove: { |
|
|
rulesApprove: { |
|
|
qmrmm: [{ |
|
|
qmrmm: [{ |
|
|
@ -686,6 +688,7 @@ export default { |
|
|
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.jcbList = that.$refs.templateTable.getJcbList() |
|
|
|
|
|
that.xbxj = that.$refs.templateTable.getXbxj() |
|
|
that.openApprove = true |
|
|
that.openApprove = true |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
@ -907,6 +910,7 @@ export default { |
|
|
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) |
|
|
that.formApprove.jcbList = JSON.stringify(that.jcbList) |
|
|
|
|
|
that.formApprove.xbxj = JSON.stringify(that.xbxj) |
|
|
if (that.czlist.length > 0) { |
|
|
if (that.czlist.length > 0) { |
|
|
that.formApprove.czlist = JSON.stringify(that.czlist) |
|
|
that.formApprove.czlist = JSON.stringify(that.czlist) |
|
|
} |
|
|
} |
|
|
|