|
@@ -519,7 +519,11 @@
|
|
style="padding: 0 0 0 25px"
|
|
style="padding: 0 0 0 25px"
|
|
>
|
|
>
|
|
<div>
|
|
<div>
|
|
- <div v-for="(tk, tIndex) in tools[ppage - 1].choice" :key="tIndex" class="tkCss">
|
|
|
|
|
|
+ <div
|
|
|
|
+ v-for="(tk, tIndex) in tools[ppage - 1].choice"
|
|
|
|
+ :key="tIndex"
|
|
|
|
+ class="tkCss"
|
|
|
|
+ >
|
|
<div style="margin-right: 10px; font-size: 18px">
|
|
<div style="margin-right: 10px; font-size: 18px">
|
|
{{ tIndex + 1 }}、
|
|
{{ tIndex + 1 }}、
|
|
</div>
|
|
</div>
|
|
@@ -710,7 +714,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div class="blackBottomB">
|
|
|
|
|
|
+ <div class="blackBottomB" v-if="false">
|
|
<!-- <div
|
|
<!-- <div
|
|
class="nextStepOne"
|
|
class="nextStepOne"
|
|
style="float: right"
|
|
style="float: right"
|
|
@@ -802,7 +806,7 @@
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
"
|
|
"
|
|
- @click="pick"
|
|
|
|
|
|
+ @click="pick2"
|
|
>
|
|
>
|
|
确定
|
|
确定
|
|
</div>
|
|
</div>
|
|
@@ -883,7 +887,7 @@ export default {
|
|
typeC: [],
|
|
typeC: [],
|
|
toolCount: 0,
|
|
toolCount: 0,
|
|
tools: [
|
|
tools: [
|
|
- { },//tools: [30]
|
|
|
|
|
|
+ {}, //tools: [30]
|
|
// {
|
|
// {
|
|
// file: [
|
|
// file: [
|
|
// {
|
|
// {
|
|
@@ -1421,6 +1425,10 @@ export default {
|
|
type: "success",
|
|
type: "success",
|
|
});
|
|
});
|
|
this.selectSWork();
|
|
this.selectSWork();
|
|
|
|
+ if(this.tools[this.ppage - 1].tools.indexOf(12) != -1){
|
|
|
|
+ this.pick();
|
|
|
|
+ this.isBlock = 0
|
|
|
|
+ }
|
|
})
|
|
})
|
|
.catch((err) => {
|
|
.catch((err) => {
|
|
this.$message.error("提交成功");
|
|
this.$message.error("提交成功");
|
|
@@ -1448,7 +1456,10 @@ export default {
|
|
_type = 6;
|
|
_type = 6;
|
|
} else if (this.tools[this.ppage - 1].tools.indexOf(29) != -1) {
|
|
} else if (this.tools[this.ppage - 1].tools.indexOf(29) != -1) {
|
|
_type = 7;
|
|
_type = 7;
|
|
- } else if (this.tools[this.ppage - 1].tools.indexOf(30) != -1) {
|
|
|
|
|
|
+ } else if (
|
|
|
|
+ this.tools[this.ppage - 1].tools.indexOf(30) != -1 ||
|
|
|
|
+ this.tools[this.ppage - 1].tools.indexOf(12) != -1
|
|
|
|
+ ) {
|
|
_type = 8;
|
|
_type = 8;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -1744,12 +1755,16 @@ export default {
|
|
this.ajax
|
|
this.ajax
|
|
.post(this.$store.state.api + "updatePPTHandle", params)
|
|
.post(this.$store.state.api + "updatePPTHandle", params)
|
|
.then((res) => {
|
|
.then((res) => {
|
|
- this.dialogVisiblePick = false;
|
|
|
|
|
|
+ // this.dialogVisiblePick = false;
|
|
})
|
|
})
|
|
.catch((err) => {
|
|
.catch((err) => {
|
|
console.error(err);
|
|
console.error(err);
|
|
});
|
|
});
|
|
},
|
|
},
|
|
|
|
+ pick2() {
|
|
|
|
+ this.dialogVisiblePick = false;
|
|
|
|
+ this.isBlock = 10;
|
|
|
|
+ },
|
|
setPage() {
|
|
setPage() {
|
|
let params = {
|
|
let params = {
|
|
id: this.cid,
|
|
id: this.cid,
|
|
@@ -1761,7 +1776,9 @@ export default {
|
|
if (
|
|
if (
|
|
res.data[0][0].handle &&
|
|
res.data[0][0].handle &&
|
|
JSON.parse(res.data[0][0].handle).type == 2 &&
|
|
JSON.parse(res.data[0][0].handle).type == 2 &&
|
|
- JSON.parse(res.data[0][0].handle).userid == this.userid
|
|
|
|
|
|
+ JSON.parse(res.data[0][0].handle).userid == this.userid &&
|
|
|
|
+ this.isBlock != 10 &&
|
|
|
|
+ this.tools[res.data[0][0].page - 1].tools.indexOf(12) != -1
|
|
) {
|
|
) {
|
|
this.dialogVisiblePick = true;
|
|
this.dialogVisiblePick = true;
|
|
}
|
|
}
|
|
@@ -1957,7 +1974,7 @@ export default {
|
|
.isNoOther {
|
|
.isNoOther {
|
|
width: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
display: flex;
|
|
- height: calc(100% - 90px);
|
|
|
|
|
|
+ height: calc(100% - 45px);
|
|
}
|
|
}
|
|
|
|
|
|
.imghalf {
|
|
.imghalf {
|