Merge branch 'develop' into 'FOTON'
Develop See merge request LAWS/laws-system-front-FOTON!276
This commit is contained in:
@@ -335,7 +335,7 @@
|
||||
page: 1,
|
||||
pageSize: this.$store.getters.userInfo.configContent,
|
||||
total: 0,
|
||||
standType: 'ALL',
|
||||
standType: 'INLAND',
|
||||
quoteIdList: '',
|
||||
validFlag: '0'
|
||||
}
|
||||
|
||||
@@ -421,7 +421,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<el-form :model="plForm" class="label-input-form" ref="plForm" label-width=150>
|
||||
<el-form :model="plForm" class="label-input-form" ref="plForm" label-width=150 :style="PLmodalType === 2 ? 'width: 100%;' : ''">
|
||||
<el-form-item label="核心技术要求" prop="technicalRequir" class="add-form-item" v-if="!form.itemsNum1">
|
||||
<el-input
|
||||
v-model="plForm.technicalRequir"
|
||||
|
||||
@@ -291,7 +291,7 @@
|
||||
:wrapperClosable="false"
|
||||
size="800px">
|
||||
<div class="demo-drawer-content">
|
||||
<el-form :model="plForm" class="label-input-form" ref="plForm" label-width=150>
|
||||
<el-form :model="plForm" class="label-input-form" ref="plForm" label-width=150 style="width: 100%;">
|
||||
<el-form-item label="核心技术要求" prop="technicalRequir" class="add-form-item" v-if="!form.itemsNum1">
|
||||
<el-input
|
||||
v-model="plForm.technicalRequir"
|
||||
@@ -464,6 +464,7 @@
|
||||
name: "bzjdStep3",
|
||||
data() {
|
||||
return {
|
||||
AOLIGEI: '',
|
||||
commentText3: '',
|
||||
BDtext: false,
|
||||
itemsNum: '',
|
||||
@@ -746,7 +747,8 @@
|
||||
roleForm: this.roleForm,
|
||||
commentText3: this.commentText3,
|
||||
itemList: this.itemList,
|
||||
standInData: this.sarType
|
||||
standInData: this.sarType,
|
||||
AOLIGEI: this.AOLIGEI
|
||||
}))
|
||||
saveTaskForPub(_formData).then(res => {
|
||||
this.saveLoading = false
|
||||
@@ -826,6 +828,7 @@
|
||||
var json = this.json
|
||||
json.commentText = this.commentText3
|
||||
json.itemList = this.itemList
|
||||
json.AOLIGEI = this.AOLIGEI
|
||||
this.$http.post('lawss/activiti/completeTask', {
|
||||
json: JSON.stringify(json),
|
||||
taskId: this.taskIds,
|
||||
@@ -858,6 +861,7 @@
|
||||
this.acceptShow = false
|
||||
this.submitShow = true
|
||||
}
|
||||
this.AOLIGEI = data.AOLIGEI
|
||||
this.commentText3 = data.commentText3 || ''
|
||||
this.todoId = res.id
|
||||
this.form.itemsNum = data.itemsNum || data.form.itemsNum
|
||||
|
||||
@@ -441,7 +441,6 @@
|
||||
var json = this.json
|
||||
json.resolveFlag = 1
|
||||
json.commentText = this.commentText4
|
||||
json.AOLIGEI = this.AOLIGEI
|
||||
this.$http.post('lawss/activiti/completeTask', {
|
||||
json: JSON.stringify(json),
|
||||
taskId: this.taskIds,
|
||||
|
||||
@@ -562,6 +562,7 @@
|
||||
let _formData = new FormData();
|
||||
let json = this.form
|
||||
json.data = this.data
|
||||
json.onlyKey = this.onlyKey
|
||||
_formData.append("id", this.bpnId || "");
|
||||
_formData.append("prcType", "3");
|
||||
_formData.append("taskIds", this.taskIds);
|
||||
@@ -635,10 +636,11 @@
|
||||
else {
|
||||
this.isSubmit = true
|
||||
var json = this.json
|
||||
json.commentText = this.commentText
|
||||
json.commentText = this.commentText3
|
||||
json.info = this.data
|
||||
json.form = this.form
|
||||
json.department = this.$store.getters.userInfo.orgName
|
||||
json.onlyKey = this.onlyKey
|
||||
this.$http.post('lawss/activiti/completeTask', {
|
||||
json: JSON.stringify(json),
|
||||
taskId: this.taskIds,
|
||||
@@ -662,7 +664,6 @@
|
||||
}, {}, res => {
|
||||
if (res.ok) {
|
||||
this.options = res.data.list
|
||||
console.log(res);
|
||||
}
|
||||
}, e => {
|
||||
})
|
||||
@@ -696,10 +697,9 @@
|
||||
this.form.endTime = data.endTime || data.form.endTime
|
||||
this.todoId = res.id
|
||||
this.json = data
|
||||
this.onlyKey = data.form ? data.form.onlyKey : data.onlyKey
|
||||
this.getItemList(data.standId,data.textType)
|
||||
this.data = data.info || data.data || data.form.data || []
|
||||
this.onlyKey = data.onlyKey
|
||||
console.log(data);
|
||||
}).catch(e => {
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user