|
|
@@ -18,7 +18,6 @@
|
|
|
<Btarget :reportInfo="reportTarget"></Btarget>
|
|
|
<div class="contentContainer" v-if="reportTarget.isHistory == '0'">
|
|
|
<!-- isHistory 是否为历史汇报:0-新汇报 1-历史汇报 -->
|
|
|
-
|
|
|
<reportCustom
|
|
|
ref="reportCustom"
|
|
|
:disabled="true"
|
|
|
@@ -28,6 +27,7 @@
|
|
|
<van-collapse-item title="上期工作成果" name="7">
|
|
|
<div style="margin-top: -10px">
|
|
|
<div v-for="(item, index) in reportContentsList2" :key="index">
|
|
|
+ <!-- <p class="texttitle"><span class="opint"></span><span>{{selectDictLabel(weekType,item.doubleWeekType)}}</span></p>-->
|
|
|
<p class="texttitle texttitle2">计划工作进度</p>
|
|
|
<div style="padding: 10px 0; min-height: 32px" class="contentContainer">
|
|
|
<van-field
|
|
|
@@ -46,6 +46,22 @@
|
|
|
readonly
|
|
|
type="textarea" />
|
|
|
</div>
|
|
|
+ <<<<<<< HEAD =======
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </van-collapse-item>
|
|
|
+ <van-collapse-item title="本期工作规划" name="8">
|
|
|
+ <div style="margin-top: -10px">
|
|
|
+ <div v-for="(item2, index2) in reportContentsList3" :key="index2">
|
|
|
+ <div style="padding: 10px 0; min-height: 32px" class="contentContainer">
|
|
|
+ <van-field
|
|
|
+ v-model="item2.doubleWeekContent"
|
|
|
+ rows="4"
|
|
|
+ autosize
|
|
|
+ readonly
|
|
|
+ type="textarea" />
|
|
|
+ </div>
|
|
|
+ >>>>>>> feature_20260319_生动化陈列照片最少数量限制
|
|
|
</div>
|
|
|
</div>
|
|
|
</van-collapse-item>
|
|
|
@@ -155,6 +171,7 @@ export default {
|
|
|
zhiganwaiqiangSAP,
|
|
|
Atarget,
|
|
|
Btarget,
|
|
|
+ reportCustom,
|
|
|
},
|
|
|
data() {
|
|
|
return {
|