52646 【线上】标准入库流程-国内入库 修订节点 回执说明信息 无法保存
This commit is contained in:
@@ -707,7 +707,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="content" v-if="active === '3'">
|
||||
<div class="flow-list">
|
||||
<div >
|
||||
<el-table
|
||||
height="100%"
|
||||
ref="selection"
|
||||
|
||||
@@ -1563,6 +1563,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
submitType: '',
|
||||
bpnId: '',
|
||||
modalShowRoleFlag: false,
|
||||
fileList: [],
|
||||
caFileList: [],
|
||||
@@ -2612,6 +2613,7 @@ export default {
|
||||
} else {
|
||||
//表单文件处理
|
||||
this.getFormFieldList(processForm.form)
|
||||
this.commentText = processForm.form.commentText
|
||||
}
|
||||
}
|
||||
}).catch(e => {
|
||||
@@ -2623,6 +2625,7 @@ export default {
|
||||
* @description: 动态表单读取
|
||||
*/
|
||||
getFormFieldList(item) {
|
||||
console.log(item);
|
||||
this.$nextTick(() => {
|
||||
this.form = JSON.parse(JSON.stringify(item))
|
||||
this.defaultCheckedKeys = [this.form.standSystem];
|
||||
@@ -2665,7 +2668,6 @@ export default {
|
||||
// })
|
||||
// },
|
||||
initializeFileList(property, value) {
|
||||
console.log(property);
|
||||
switch (property) {
|
||||
case 'xgd':
|
||||
this.getFileList(value, this.xgdFileList);
|
||||
@@ -2758,9 +2760,10 @@ export default {
|
||||
//表单文件处理
|
||||
this.fileInfoHandle();
|
||||
this.form.country = this.countryArr;
|
||||
this.form.commentText = this.commentText;
|
||||
this.saveLoading = true
|
||||
let _formData = new FormData()
|
||||
_formData.append('id', this.bpnId)
|
||||
_formData.append("id", this.bpnId || "");
|
||||
// _formData.append('createUser', this.$store.getters.userInfo.userId)
|
||||
// _formData.append('createUserName', this.$store.getters.userInfo.uName)
|
||||
_formData.append('prcType', '1')
|
||||
@@ -2843,6 +2846,8 @@ export default {
|
||||
this.form.commentText = this.commentText
|
||||
this.form.approvalOpinion = this.approvalOpinion
|
||||
const json = JSON.stringify(this.form);
|
||||
console.log(json);
|
||||
return;
|
||||
this.$http.post('lawss/activiti/completeTask', {
|
||||
taskIds: this.taskIds,
|
||||
userId: this.userId,
|
||||
@@ -2924,6 +2929,7 @@ export default {
|
||||
this.getData()
|
||||
},
|
||||
mounted() {
|
||||
this.bpnId = this.$route.query.bpnId
|
||||
this.processTable()
|
||||
this.$http.get('sys/dictype/getDicTypeListCode', '', {
|
||||
_this: this
|
||||
|
||||
Reference in New Issue
Block a user