Merge branch 'develop' into FOTON
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
</span>
|
||||
<!-- 多个文件时-->
|
||||
<span v-else-if="child.value && child.value.length > 0">
|
||||
<span style="margin-left: 19%">
|
||||
<div style="margin-left: 15%;margin-top: -60px;line-height: 90px">
|
||||
<a style="font-size: 16px;color: #409EFF;cursor: pointer"
|
||||
@click="openFileInPdf(file.id, file.oldFileName)" target="_blank"
|
||||
:title="file.oldFileName">{{ file.oldFileName }}</a>
|
||||
@@ -106,7 +106,7 @@
|
||||
class="icon-download2"
|
||||
v-btn-permission="$route.params.pageType === 'INLAND_STAND' ? '02fd6eff0537c283dd071683de10689f' : '824f3bf9edef83fc7488917136167232'"
|
||||
/>
|
||||
</span>
|
||||
</div>
|
||||
<!-- <span class="time-text">上传时间:{{ dateFormat(file.modifyTime) }}</span>-->
|
||||
</span>
|
||||
<el-button
|
||||
|
||||
@@ -2194,7 +2194,7 @@
|
||||
}
|
||||
},
|
||||
handleSubmit() {
|
||||
this.getRule()
|
||||
// this.getRule()
|
||||
// const val= this.form.country;
|
||||
// if (val !== '' && val !== null && typeof (val) !== 'undefined') {
|
||||
// if (val instanceof Array) {
|
||||
|
||||
@@ -2154,7 +2154,7 @@
|
||||
}
|
||||
},
|
||||
handleSubmit() {
|
||||
this.getRule()
|
||||
// this.getRule()
|
||||
// const val= this.form.country;
|
||||
// if (val !== '' && val !== null && typeof (val) !== 'undefined') {
|
||||
// if (val instanceof Array) {
|
||||
|
||||
@@ -2353,7 +2353,7 @@
|
||||
}
|
||||
},
|
||||
handleSubmit() {
|
||||
this.getRule()
|
||||
// this.getRule()
|
||||
// const val= this.form.country;
|
||||
// if (val !== '' && val !== null && typeof (val) !== 'undefined') {
|
||||
// if (val instanceof Array) {
|
||||
@@ -2371,7 +2371,7 @@
|
||||
this.isSubmit = true
|
||||
this.saveLoading = true
|
||||
this.form.commentText = this.formTongGuo.commentText
|
||||
this.form.approvalOpinion = this.formTongGuo.approvalOpinion
|
||||
// this.form.approvalOpinion = this.formTongGuo.approvalOpinion
|
||||
// 会签意见存储
|
||||
const infoList = []
|
||||
const info = {}
|
||||
|
||||
@@ -2394,7 +2394,7 @@
|
||||
}
|
||||
},
|
||||
handleSubmit() {
|
||||
this.getRule()
|
||||
// this.getRule()
|
||||
// const val= this.form.country;
|
||||
// if (val !== '' && val !== null && typeof (val) !== 'undefined') {
|
||||
// if (val instanceof Array) {
|
||||
@@ -2413,7 +2413,7 @@
|
||||
this.isSubmit = true
|
||||
this.saveLoading = true
|
||||
this.form.commentText = this.formTongGuo.commentText
|
||||
this.form.approvalOpinion = this.formTongGuo.approvalOpinion
|
||||
// this.form.approvalOpinion = this.formTongGuo.approvalOpinion
|
||||
const json = JSON.stringify(this.form);
|
||||
this.$http.post('lawss/activiti/completeTask', {
|
||||
taskIds: this.taskIds,
|
||||
|
||||
@@ -2333,7 +2333,7 @@
|
||||
}
|
||||
},
|
||||
handleSubmit() {
|
||||
this.getRule()
|
||||
// this.getRule()
|
||||
// const val= this.form.country;
|
||||
// if (val !== '' && val !== null && typeof (val) !== 'undefined') {
|
||||
// if (val instanceof Array) {
|
||||
@@ -2352,7 +2352,7 @@
|
||||
this.isSubmit = true
|
||||
this.saveLoading = true
|
||||
this.form.commentText = this.formTongGuo.commentText
|
||||
this.form.approvalOpinion = this.formTongGuo.approvalOpinion
|
||||
// this.form.approvalOpinion = this.formTongGuo.approvalOpinion
|
||||
const json = JSON.stringify(this.form);
|
||||
this.$http.post('lawss/activiti/completeTask', {
|
||||
taskIds: this.taskIds,
|
||||
|
||||
@@ -2394,7 +2394,7 @@
|
||||
}
|
||||
},
|
||||
handleSubmit() {
|
||||
this.getRule()
|
||||
// this.getRule()
|
||||
// const val= this.form.country;
|
||||
// if (val !== '' && val !== null && typeof (val) !== 'undefined') {
|
||||
// if (val instanceof Array) {
|
||||
@@ -2413,7 +2413,7 @@
|
||||
this.isSubmit = true
|
||||
this.saveLoading = true
|
||||
this.form.commentText = this.formTongGuo.commentText
|
||||
this.form.approvalOpinion = this.formTongGuo.approvalOpinion
|
||||
// this.form.approvalOpinion = this.formTongGuo.approvalOpinion
|
||||
const json = JSON.stringify(this.form);
|
||||
this.$http.post('lawss/activiti/completeTask', {
|
||||
taskIds: this.taskIds,
|
||||
|
||||
@@ -66,7 +66,6 @@
|
||||
<div class="content" v-show="active === '3'">
|
||||
<div class="flow-list">
|
||||
<el-table
|
||||
height="100%"
|
||||
ref="selection"
|
||||
:data="detailData"
|
||||
tooltip-effect="dark"
|
||||
|
||||
@@ -425,7 +425,7 @@ export default {
|
||||
this.$router.push({
|
||||
name: 'bussLibrary1',
|
||||
query: {
|
||||
type: '1',
|
||||
type: 'buss1',
|
||||
processName: '发起企标制修订流程',
|
||||
bpnId: id,
|
||||
verifySarStandard: true,
|
||||
@@ -439,7 +439,7 @@ export default {
|
||||
this.$router.push({
|
||||
name: 'bussLibraryProduct2',
|
||||
query: {
|
||||
type: 'buss1',
|
||||
type: 'buss2',
|
||||
processName: mes.taskInfo,
|
||||
bpnId: id,
|
||||
verifySarStandard: true,
|
||||
@@ -449,7 +449,7 @@ export default {
|
||||
this.$router.push({
|
||||
name: 'bussLibraryProduct3',
|
||||
query: {
|
||||
type: 'buss1',
|
||||
type: 'buss2',
|
||||
processName: mes.taskInfo,
|
||||
bpnId: id,
|
||||
verifySarStandard: true,
|
||||
@@ -459,7 +459,7 @@ export default {
|
||||
this.$router.push({
|
||||
name: 'bussLibraryProductC3',
|
||||
query: {
|
||||
type: 'buss1',
|
||||
type: 'buss2',
|
||||
processName: mes.taskInfo,
|
||||
bpnId: id,
|
||||
verifySarStandard: true,
|
||||
@@ -469,7 +469,7 @@ export default {
|
||||
this.$router.push({
|
||||
name: 'bussLibraryProduct6',
|
||||
query: {
|
||||
type: 'buss1',
|
||||
type: 'buss2',
|
||||
processName: mes.taskInfo,
|
||||
bpnId: id,
|
||||
verifySarStandard: true,
|
||||
@@ -479,7 +479,7 @@ export default {
|
||||
this.$router.push({
|
||||
name: 'bussLibraryProductC6',
|
||||
query: {
|
||||
type: 'buss1',
|
||||
type: 'buss2',
|
||||
processName: mes.taskInfo,
|
||||
bpnId: id,
|
||||
verifySarStandard: true,
|
||||
@@ -490,7 +490,7 @@ export default {
|
||||
this.$router.push({
|
||||
name: 'bussLibraryProduct1',
|
||||
query: {
|
||||
type: '1',
|
||||
type: 'buss2',
|
||||
processName: '发起企标制修订流程',
|
||||
bpnId: id,
|
||||
verifySarStandard: true,
|
||||
|
||||
Reference in New Issue
Block a user