pptEditor.vue 61 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623
  1. <template>
  2. <div class="page-wrap">
  3. <div class="index-wrap ppt-page-wrap flex-column">
  4. <div class="cover-wrap" @click="openChooseCover">
  5. <div class="cover" :style="`background: no-repeat center/cover url(${firstPage.BackgroundImg||''});background-color:#F2F6FA;background-size:100% 100%;`">
  6. <img src="~@/assets/img/ppt_m/add_first.png" />
  7. </div>
  8. <p class="hint-text">{{$t('Slides.select_cover_page')}}</p>
  9. </div>
  10. <div class="hint-box"><div class="hint" @click="showHint"><span class="el-icon-info" style="margin-right:5px;"></span>{{$t('Slides.operating_instructions')}}</div></div>
  11. <div style="display:flex;justify-content: space-between;">
  12. <p style="text-align:start;color:#999999;">
  13. {{$i18n.locale == 'zh' ? `已添加${pageList.length}页`:`${pageList.length}slides added successfully`}}
  14. </p>
  15. <!-- <p class="hint-text" style="cursor: pointer;margin-left:auto;" @click="insertPageShow=true">插入PPT</p> -->
  16. <p class="hint-text" style="cursor: pointer;" @click="saveCopyPages('cut')">{{$t('Slides.operations_cut')}}</p>
  17. <p class="hint-text" style="cursor: pointer;" @click="saveCopyPages('copy')">{{$t('Slides.operations_copy')}}</p>
  18. <p style="color:#B72E18;cursor: pointer;" @click="openDeletePageDialog">{{$t('Slides.operations_batch_delete')}}</p>
  19. </div>
  20. <div class="index-list" ref="pptList" v-click-outside="resetCopyPages">
  21. <div class="empty" v-if="pageList.length===0">
  22. <img src="~@/assets/img/ppt_m/ppt-empty.png" alt="">
  23. <p>{{$t('Slides.add_main_text_empty')}}</p>
  24. </div>
  25. <transition-group name="flip-list">
  26. <index-item
  27. v-for="(item,index) in pageList" :key="item.id"
  28. :pageItem="item"
  29. :pageIndex="index"
  30. :currentItem="currentItem"
  31. :pageLength="pageList.length"
  32. :copyPagesMap="copyPagesMap"
  33. :ctrlKeyActive="ctrlKeyActive"
  34. :savePagesArrLength="savePagesArr.length"
  35. @deletePage="delPage"
  36. @click.native="handleClickItem(item)"
  37. @dragstart.native="(e)=>{dragstart(e,item)}"
  38. @dragenter.native="(e)=>{dragenter(e,item)}"
  39. @dragend.native="dragend(item)"
  40. @dragover.native="(e)=>{e.preventDefault()}"
  41. @changePage="changePageIndex"
  42. @operatePpt="handleOperate"
  43. />
  44. </transition-group>
  45. </div>
  46. </div>
  47. <div class="ppt-editor-wrap ppt-page-wrap" v-loading="isChartLoading" :element-loading-text="chartLoadingText">
  48. <div class="ppt-editor" ref="pptEditor" @paste="handlePasteOutSide">
  49. <!-- 显示全部ppt -->
  50. <template v-if="pageList.length">
  51. <!-- <transition-group name="flip-list"> -->
  52. <div class="ppt-editor-item flex-column" v-for="(item,index) in pageList" :key="item.id">
  53. <AddFormat @addPage="addPage($event,index)" :chooseModalId="chooseModalId"/>
  54. <div class="ppt-item" :class="{'choose':currentItem.id===item.id}"
  55. v-loading="item.isUpdating" :element-loading-text="$t('Slides.updating_chart_loading')"
  56. @click="changeCurrentItem(item)">
  57. <!-- 标题 -->
  58. <div class="title-wrap">
  59. <input type="text" :placeholder="$t('Slides.click_to_input_title')" v-model="item.title"/>
  60. </div>
  61. <!-- 内容 -->
  62. <component :is="getComponentName(item.modelId)"
  63. :ref="`pptPage_${index}`"
  64. :pageIndex="index"
  65. :pageItem="item"
  66. :key="item.key"
  67. :isCopy="true"
  68. :isAdd="true"
  69. :isEditLayer="isEditLayer"
  70. :choosedId="currentItem.id"
  71. :activeLayerEl="activeLayerEl"
  72. :amendatoryPositionInfo="item.positionInfo"
  73. @delChart="handleDelChart"
  74. @pasteImg="handlePasteImg"
  75. @changeText="handleChangeText"
  76. @changeActEl="changeActLayerEl"
  77. @deleteLayer="deleteLayerEl"
  78. @copyShape="getCopyItem"
  79. @reload="reloadPage"
  80. @addChart="handleAddChartToGallery"
  81. ></component>
  82. <!-- 删除按钮 -->
  83. <el-popconfirm
  84. @onConfirm="delPage(item)"
  85. :confirmButtonText="$t('Slides.operations_delete')"
  86. :cancelButtonText="$t('Slides.operations_cancel')"
  87. confirmButtonType="text"
  88. icon="el-icon-info"
  89. iconColor="red"
  90. :title="$t('Slides.is_delete_ppt_msg')">
  91. <span class="close-btn" @click.stop slot="reference"></span>
  92. </el-popconfirm>
  93. <!-- 页码 -->
  94. <span class="page-num"> {{$i18n.locale == 'zh' ?`第${index+1}页`:` Slide${index+1}`}}</span>
  95. <!-- 更新图表 -->
  96. <span class="update-btn" v-show="item.modelId!==6&&item.elements.find((i)=>i.type==='chart')" @click.stop="updatePage(item)"><span class="update-ico"></span> {{$t('Slides.update_chart_btn')}}</span>
  97. </div>
  98. <AddFormat v-if="index===pageList.length-1" @addPage="addPage($event,index+1)" :chooseModalId="chooseModalId"/>
  99. </div>
  100. <!-- 自定义右键菜单 -->
  101. <context-menu :menu="[{id:1,text:$t('Slides.paste_element_btn'),eventName:'paste',canClick:Boolean(copyShape.id)}]" @paste="pasteLayerEl"/>
  102. <!-- </transition-group> -->
  103. </template>
  104. <template v-else>
  105. <div class="ppt-editor-item flex-column">
  106. <add-format @addPage="addPage($event,0)"/>
  107. </div>
  108. </template>
  109. </div>
  110. <div class="ppt-tool flex-column">
  111. <div class="save-hint" v-show="showLastSaveTime"
  112. style="color: #666; margin-bottom: 15px"
  113. >最近保存时间:{{lastSaveTime}}</div>
  114. <div class="tool-btn">
  115. <el-button v-permission="permissionBtn.pptPermission.ppt_publish"
  116. type="primary" @click="handlePublish">{{$t('Slides.go_to_publish')}}</el-button>
  117. <el-button @click="handleSave('save')">{{$t('Slides.operations_save')}}</el-button>
  118. <el-button type="text" @click="handleChangeEditModal"><i class="el-icon-sort" style="transform: rotate(90deg);margin-right:5px;"></i>{{isEditLayer? $t('Slides.ppt_edit_btn'):$t('Slides.layer_editing')}}</el-button>
  119. </div>
  120. <div class="richtext-tool"></div>
  121. <!-- 防止el-tabs未渲染时触发scrollToActiveTab 报错,v-if改为v-show-->
  122. <div class="addppt-right-box" v-show="!isEditLayer">
  123. <el-tabs v-model="tabsactive">
  124. <el-tab-pane :label="tab.label" :name="tab.val" v-for="tab in panelTabs" :key="tab.val"></el-tab-pane>
  125. </el-tabs>
  126. <div class="chart-tool flex-column" v-show="tabsactive == '图表'">
  127. <div class="chart-search">
  128. <el-input :placeholder="$t('Slides.keyword_search')" v-model="key_word" size="medium" prefix-icon="el-icon-search" @input="() => {search_page=1;$refs.chartListRef.scrollTop = 0;getreportlist()}" style="max-width:420px;"></el-input>
  129. </div>
  130. <el-radio-group v-model="chart_source" @change="() => {search_page=1;$refs.chartListRef.scrollTop = 0;getreportlist()}" style="margin: 10px 0;">
  131. <el-radio :label="1" style="margin-bottom:5px">{{$t('Slides.eta_chart_gallery')}}</el-radio>
  132. <el-radio :label="2" style="margin-bottom:5px">{{$t('Slides.commodity_price_curve')}}</el-radio>
  133. <el-radio :label="3" style="margin-bottom:5px">{{$t('Slides.correlation_charts')}}</el-radio>
  134. <el-radio :label="6" style="margin-bottom:5px">{{$t('Slides.fitted_equation_curves')}}</el-radio>
  135. <el-radio :label="7" style="margin-bottom:5px">{{$t('Slides.statistical_features')}}</el-radio>
  136. <el-radio :label="10">{{$t('Slides.intercommodity_analysis')}}</el-radio>
  137. </el-radio-group>
  138. <div style="margin: 10px 0">
  139. <el-checkbox v-model="isShowMe" @change="() => {search_page=1;$refs.chartListRef.scrollTop = 0;getreportlist()}">{{$t('Slides.show_only_mine')}}</el-checkbox>
  140. </div>
  141. <div class="chart-list" v-infinite-scroll="loadReportHandle" :infinite-scroll-immediate="false" ref="chartListRef">
  142. <template v-if="chartList.length">
  143. <div v-for="(item, index) in chartList" :key="index" @click="chooseChart(item,'chart')" class="chart-item" :style="item.Disabled && 'cursor: not-allowed;'">
  144. <p class="chart_tit" style="word-break: break-all;">{{ item.ChartName }}</p>
  145. <img :src="item.ChartImage" ref="insert_img" style="-webkit-user-drag:none;"/>
  146. </div>
  147. </template>
  148. <tableNoData :text="$t('Table.prompt_slogan')" size="mini" v-else/>
  149. </div>
  150. </div>
  151. <div v-show="tabsactive == '沙盘'" class="chart-tool flex-column">
  152. <div class="chart-search">
  153. <el-input :placeholder="$t('Slides.sandbox_name_category')" v-model="sandTabelQuery.Keyword" size="medium" prefix-icon="el-icon-search" style="max-width:420px;"></el-input>
  154. </div>
  155. <div class="chart-list" id="sandTable" @scroll="sandTableHandleScroll">
  156. <template v-if="sandTableList.length">
  157. <div v-for="(item,index) in sandTableList" :key="index" class="sandTable-item" >
  158. <p class="chart_tit">{{item.Name}}</p>
  159. <img :src="item.PicUrl" style="width:100%;-webkit-user-drag:none;" @click="chooseChart(item,'sandImage')"/>
  160. </div>
  161. <div v-loading = "sandTableLoading" class="loaded-text">{{loadedText}}</div>
  162. </template>
  163. <tableNoData :text="$t('Table.prompt_slogan')" size="mini" v-else/>
  164. </div>
  165. </div>
  166. <div v-show="tabsactive == '表格'" class="chart-tool flex-column">
  167. <div class="chart-search">
  168. <el-input :placeholder="$t('Slides.table_name_input')" v-model="sheetSearchObj.Keyword" size="medium" prefix-icon="el-icon-search" style="max-width:420px;" @input="getSheetList"></el-input>
  169. </div>
  170. <div class="chart-list" id="sandTable">
  171. <template v-if="sheetSearchList.length">
  172. <div v-for="(item,index) in sheetSearchList" :key="index" class="sandTable-item" >
  173. <p class="chart_tit">{{item.ExcelName}}</p>
  174. <img :src="item.ExcelImage" style="width:100%;object-fit: contain;height: 250px;-webkit-user-drag:none;" @click="chooseChart(item,'sheet')"/>
  175. </div>
  176. </template>
  177. <tableNoData :text="$t('Table.prompt_slogan')" size="mini" v-else/>
  178. </div>
  179. </div>
  180. <div v-show="tabsactive == 'MyETA批量'" class="chart-tool flex-column">
  181. <insert-charts @handleImportMyChart="handleImportMyChart"/>
  182. </div>
  183. <div v-show="tabsactive == '语义分析插入'" class="chart-tool flex-column">
  184. <InsertSemantics />
  185. </div>
  186. </div>
  187. <!-- 图层编辑 -->
  188. <div class="layer-edit-box" v-show="isEditLayer">
  189. <el-collapse v-model="activeNames" class="tool-list">
  190. <el-collapse-item :title="$t('Slides.layer_element')" name="el">
  191. <div class="el-wrap">
  192. <div class="el-item"
  193. v-for="(shape,index) in layerElArr" :key="index" @click="addLayerEl(shape)">
  194. <el-tooltip class="item" effect="dark" :content="shape.name" placement="top">
  195. <ShapePreview :shape="shape" />
  196. </el-tooltip>
  197. </div>
  198. </div>
  199. </el-collapse-item>
  200. <!-- <el-collapse-item v-if="activeLayerEl.type" :name="activeLayerEl.type"
  201. :title="{'line':'线条','shape':'线框','text':'文本'}[activeLayerEl.type]+`设置`" >
  202. <LayerEditTool :elInfo="activeLayerEl" />
  203. </el-collapse-item> -->
  204. <el-collapse-item name="line"
  205. :title="$t('Slides.line_settings')" >
  206. <LayerEditTool
  207. :isActiveEl="activeLayerEl.type==='line'?true:false"
  208. :elInfo="activeLayerEl.type==='line'?activeLayerEl:BaseLineShape"
  209. baseType="line"/>
  210. </el-collapse-item>
  211. <el-collapse-item name="shape"
  212. :title="$t('Slides.outline_element')" >
  213. <LayerEditTool
  214. :isActiveEl="activeLayerEl.type==='shape'?true:false"
  215. :elInfo="activeLayerEl.type==='shape'?activeLayerEl:BaseRectShape"
  216. baseType="shape"/>
  217. </el-collapse-item>
  218. <el-collapse-item name="text"
  219. :title="$t('Slides.text_element')" >
  220. <LayerEditTool
  221. :isActiveEl="activeLayerEl.type==='text'?true:false"
  222. :elInfo="activeLayerEl.type==='text'?activeLayerEl:BaseTextShape"
  223. baseType="text"/>
  224. </el-collapse-item>
  225. </el-collapse>
  226. </div>
  227. </div>
  228. </div>
  229. <!-- 选择封面弹窗 -->
  230. <!-- <choose-cover v-if="isShowChooseCover"
  231. :firstPage="firstPage"
  232. :pptCoverList="pptCoverList"
  233. :PptId="pptId"
  234. @close="closeChooseCover"
  235. @save="saveCover"
  236. /> -->
  237. <ChooseCoverNew
  238. :isShowChooseCover="isShowChooseCover"
  239. :firstPage="firstPage"
  240. :pptCoverList="pptCoverList"
  241. :PptId="pptId"
  242. :CoverContent="CoverContent"
  243. @saveCover="saveCover2"
  244. @close="isShowChooseCover=false"
  245. />
  246. <!-- 批量删除弹窗 -->
  247. <delete-page-dialog
  248. :deletePageShow="deletePageShow"
  249. :pageList="pageList"
  250. :optionMap="optionMap"
  251. ref="deletePage"
  252. @cancel="deletePageShow=false"
  253. @delete="handleDeletePages"
  254. />
  255. <!-- 一键改版弹窗 -->
  256. <change-format-dialog
  257. :changeFormatPageShow="changeFormatPageShow"
  258. :pptModelId="choosedItem?choosedItem.modelId:0"
  259. @cancel="changeFormatPageShow=false"
  260. @changeModel="changeFormatPage"
  261. />
  262. <!-- 插入PPT弹窗 -->
  263. <insert-page-dialog
  264. :insertPageShow="insertPageShow"
  265. @cancel="insertPageShow=false"
  266. @insert="handleInsert"
  267. />
  268. <!-- 添加到 我的图库 弹窗 -->
  269. <addMyClassifyDia
  270. :isAddMyDialog="addMyChartShow"
  271. :add_id="addChartInfoId"
  272. :add_ids="addChartClassifyIds"
  273. @cancel="addMyChartShow = false"
  274. @addSuccess="addChartToGallery"
  275. />
  276. </div>
  277. </template>
  278. <script>
  279. import {countComponentName,checkClipboardItems,createRandomCode,checkPPTpageElemant,getChartInfo} from './utils/untils';
  280. import {modelInfo,defaultPosition} from './utils/config'
  281. import http from '@/api/http.js';
  282. import { dataBaseInterface ,sandInterface } from "@/api/api.js";
  283. import futuresInterface from '@/api/modules/futuresBaseApi';
  284. import chartRelevanceApi from '@/api/modules/chartRelevanceApi';
  285. import { fittingEquationInterface,statisticFeatureInterface,crossVarietyInterface } from '@/api/modules/chartRelevanceApi';
  286. import pptmixin from '../mixins/pptMixins';
  287. import {uploadFileDirect} from "@/utils/common.js"
  288. import mixins from '../mixins/mixins';
  289. import layerMixins from '../mixins/layerMixins';
  290. import pptEditorMixins from '../mixins/pptEditorMixins';
  291. import Highcharts from "highcharts/highstock";
  292. import HighchartszhCN from '@/utils/highcahrts-zh_CN'
  293. HighchartszhCN(Highcharts)
  294. import IndexItem from './components/IndexItem.vue';
  295. import ChooseCover from './components/editor/ChooseCover.vue';
  296. import AddFormat from './components/editor/AddFormat.vue';
  297. import {pptInterface} from '@/api/api.js';
  298. import * as sheetInterface from '@/api/modules/sheetApi.js';
  299. import ShapePreview from './components/layer/shapePreview.vue';
  300. import LayerEditTool from './components/layer/layerEditTool.vue';
  301. import DeletePageDialog from './components/editor/DeletePageDialog.vue';
  302. import ChangeFormatDialog from './components/editor/ChangeFormatDialog.vue';
  303. import InsertPageDialog from './components/editor/InsertPageDialog.vue';
  304. import addMyClassifyDia from '@/views/dataEntry_manage/components/addMyClassifyDia';
  305. import InsertCharts from './components/editor/InsertCharts.vue';
  306. import ContextMenu from './components/ContextMenu.vue';
  307. import InsertSemantics from './components/editor/InsertSemantics.vue';
  308. import ChooseCoverNew from './components/editor/ChooseCoverNew.vue';
  309. export default {
  310. mixins:[pptmixin,//ppt页面共同逻辑
  311. mixins,//图表加载逻辑
  312. layerMixins,//图层操作逻辑
  313. pptEditorMixins,//编辑页共同逻辑
  314. ],
  315. components: {
  316. IndexItem, ChooseCover, AddFormat, ShapePreview,
  317. LayerEditTool, DeletePageDialog, ChangeFormatDialog, InsertPageDialog, addMyClassifyDia, InsertCharts, ContextMenu, InsertSemantics,
  318. ChooseCoverNew
  319. },
  320. data() {
  321. return {
  322. pageList:[],//ppt数组
  323. currentItem:null,//当前活跃的page
  324. currentIndex:0,//当前活跃的pageIndex
  325. oldNum:null,//拖动相关
  326. newNum:null,//拖动相关
  327. chooseModalId:1,//上一次选择的版式Id
  328. firstPage:{
  329. Title:'',
  330. ReportType:'',//ETA1.4.9不用了
  331. BackgroundImg:'',
  332. PptDate:(new Date().getFullYear())+'年'+(new Date().getMonth()+1)+'月',//ETA1.4.9不用了
  333. BackIndex:0,//ETA基本配置上线后不用了
  334. TemplateType:1,//ETA基本配置上线后不用了
  335. },//封面信息
  336. key_word:'',//搜索图表关键字
  337. chartList:[],//图表数组
  338. imgUrl:'',//黏贴图片上传后的地址
  339. isShowChooseCover:false,
  340. getDataLoading:null,//获取动态图表数据/上传图片的loading,
  341. isSave:false,//是否已手动保存过
  342. pptId:null,//新增后获得的pptid
  343. maxPageNum:0,//可以添加的最大页数
  344. maxPageChart:0,//可以添加的最大图表数
  345. chartNum:0,//当前PPT的总图表数
  346. tabsactive:'图表', //右侧区域显示内容 图表 | 沙盘
  347. // 沙盘图查询参数
  348. sandTabelQuery:{
  349. PageSize: 20,
  350. CurrentIndex: 1,
  351. Keyword: '',
  352. },
  353. sandTableLoading:false,
  354. sandTableTotal:0,//沙盘总共条数
  355. sandTableList:[],
  356. loadedText:'',
  357. // 沙盘图分页加载 是否在加载中
  358. isRequesting:false,
  359. catalogId:0,//ppt目录id,添加ppt时需要
  360. ReportId:0,//ppt对应的双周报id,如果没转过,则为0
  361. isChartLoading:false,//是否正在加载图表/图片
  362. sheetSearchList:[],
  363. sheetSearchObj: {
  364. Keyword:''
  365. },
  366. deletePageShow:false,//控制批量删除弹窗是否显示
  367. chartLoadingText:`${this.$t('Slides.loading_urgently')}...`,
  368. loopTimer:null,//自动保存标识
  369. search_page: 1,
  370. search_page_sizes: 20,
  371. search_have_more: true,
  372. chart_source: 1,//图表来源 1 eta 2 商品价格
  373. isShowMe: false
  374. };
  375. },
  376. computed:{
  377. panelTabs(){
  378. return [
  379. {val:'图表',label:this.$t('Slides.table_chart') },
  380. {val:'MyETA批量',label:this.$t('Slides.my_eta_batch')},
  381. {val:'沙盘', label:this.$t('Slides.sandbox_name')},
  382. {val:'表格', label:this.$t('Slides.table_name')},
  383. {val:'语义分析插入', label:this.$t('Slides.table_analysis_semantic')},
  384. ]
  385. },
  386. },
  387. created() {
  388. //获取图表,沙盘,表格数据
  389. this.getreportlist()
  390. this.getSandTable()
  391. this.getSheetList()
  392. //获取PPT限制
  393. this.getPPTLimit()
  394. },
  395. mounted(){
  396. if(Highcharts.charts){
  397. Highcharts.charts.length=0
  398. }
  399. this.init()
  400. window.addEventListener('message',this.reInitIframe)
  401. },
  402. watch:{
  403. 'sandTabelQuery.Keyword'(newval,oldval){
  404. $('#sandTable').animate({scrollTop:0},100);
  405. this.sandTabelQuery.CurrentIndex = 1
  406. this.getSandTable()
  407. }
  408. },
  409. methods: {
  410. getPPTLimit(){
  411. pptInterface.getConfig().then(res=>{
  412. if(res.Ret===200){
  413. this.maxPageNum = res.Data.ppt_num
  414. this.maxPageChart = res.Data.chart_num
  415. }
  416. })
  417. /* this.maxPageNum = 60
  418. this.maxPageChart = 8 */
  419. },
  420. async init(){
  421. this.dataLoading = this.$loading({
  422. lock: true,
  423. text: `${this.$t('Slides.retrieving_ppt_data')}...`,
  424. spinner: 'el-icon-loading',
  425. customClass:'loading',
  426. target:document.querySelector('.page-wrap'),
  427. background: 'rgba(255, 255, 255, 0.8)'
  428. });
  429. await this.getpptData()
  430. //遍历pageList,初始化图表,文字
  431. for(let i=0;i<this.pageList.length;i++){
  432. //计算图表总数
  433. const chartElements = this.pageList[i].elements.filter((item) => {
  434. return item.type === "chart";
  435. });
  436. this.chartNum+=chartElements.length
  437. await this.initPageElements(this.pageList[i])
  438. }
  439. //获取已加载图表的信息
  440. let chartInfoMap = {}
  441. for(let i=0;i<this.pageList.length;i++){
  442. this.pageList[i].elements.forEach(item=>{
  443. if(item.type==='chart'){
  444. let temp = getChartInfo(this.optionMap[item.chartId])
  445. chartInfoMap[item.chartId] = temp
  446. }
  447. })
  448. }
  449. this.$store.commit('SET_CHART_INFO_MAP',chartInfoMap)
  450. //添加ppt的情况:获取目录id
  451. if(!this.$route.query.id){
  452. this.catalogId = Number(sessionStorage.getItem('selectedCatalog'))
  453. }
  454. //防止自动保存时,有某一页处于更新图表的状态,其isUpdating为true
  455. this.pageList.forEach(i=>{
  456. i.isUpdating = false
  457. })
  458. this.dataLoading.close();
  459. $('.ppt-item').css('background-image',`url(${this.pptBgImage})`);
  460. },
  461. async getpptData(){
  462. const {id} = this.$route.query
  463. if(id){
  464. await this.getpptDataById(id)
  465. const {status} = this.result
  466. if(status===200){
  467. const {content,FirstPage,ReportId} = this.result
  468. this.pageList = content
  469. this.firstPage = FirstPage
  470. this.firstPage.BackIndex = FirstPage.TemplateType-1
  471. this.currentItem = this.pageList[0]
  472. this.ReportId=ReportId
  473. this.CoverContent = this.result.CoverContent
  474. //开启自动保存
  475. this.autoSave()
  476. }else{
  477. this.$message.error(this.$t('Slides.error_ppt_data_msg') )
  478. this.dataLoading.close();
  479. window.close()
  480. }
  481. }else{
  482. this.pageList = []
  483. this.currentItem = null
  484. }
  485. this.currentIndex = 0
  486. },
  487. //打开选择封面页弹窗
  488. openChooseCover(){
  489. this.isShowChooseCover = true
  490. },
  491. //关闭选择封面页弹窗
  492. closeChooseCover(){
  493. this.isShowChooseCover = false
  494. },
  495. //保存修改的封面页
  496. saveCover(info){
  497. console.log(info)
  498. this.firstPage = info
  499. this.closeChooseCover()
  500. },
  501. //在指定位置添加一个有版式的空白页
  502. addPage(modelId,index) {
  503. let page = {
  504. id: createRandomCode(),
  505. key:0,
  506. /* isUpdating:false, */
  507. modelId: modelId,
  508. title:'',
  509. elements: [],
  510. }
  511. //限制取消
  512. /* if(this.pageList.length>=this.maxPageNum){
  513. this.$message.warning(`最多可添加${this.maxPageNum}页PPT,已超过最大页数!`)
  514. return
  515. } */
  516. this.pageList.splice(index,0,page)
  517. this.changeCurrentItem(page)
  518. this.chooseModalId = modelId
  519. },
  520. //计算ppt的版式名称
  521. getComponentName(modelId){
  522. return countComponentName(modelId);
  523. },
  524. //删除一页
  525. delPage(item) {
  526. //找到index
  527. const index = this.pageList.findIndex((i) => i.id === item.id);
  528. //选中它
  529. this.changeCurrentItem(item)
  530. //计算出该页有多少个图表,chartNum-=num
  531. const chartElements = this.pageList[index].elements.filter((item) => {
  532. return item.type === "chart";
  533. });
  534. this.chartNum-=chartElements.length
  535. //从pageList移除这一页
  536. this.pageList.splice(index, 1);
  537. //更新活动页(currentItem)
  538. if (this.pageList.length === 0) {
  539. //删除的是仅有的一页
  540. this.currentIndex = 0;
  541. } else if (this.pageList.length === this.currentIndex) {
  542. //删除的是最后一页
  543. this.currentIndex = this.pageList.length - 1;
  544. }
  545. if(this.pageList.length===0){
  546. this.currentItem = null
  547. }else{
  548. this.changeCurrentItem(this.pageList[this.currentIndex])
  549. }
  550. this.$message.success(this.$t('MsgPrompt.delete_msg'))
  551. },
  552. //删除活跃页的某一位置的图表/图片/其他组件
  553. handleDelChart(position) {
  554. this.currentItem.elements.map((i)=>{
  555. if(i.position===position){
  556. this.deleteFormatEl(i.type,position)
  557. }
  558. })
  559. //更新currentItem和pageList[currentIndex]
  560. //console.log(this.currentItem.elements);
  561. this.currentItem.elements = this.currentItem.elements.filter(
  562. (i) => i.position !== position
  563. );
  564. //console.log(this.currentItem.elements);
  565. this.pageList[this.currentIndex] = this.currentItem;
  566. //不使用强制刷新,而用deleteFormatEl代替
  567. //this.pageList[this.currentIndex].key++
  568. //有已经初始化了的文本框的话,做个标记
  569. const textElements = this.currentItem.elements.filter((item)=>{
  570. return item.type === 'text'
  571. })
  572. if(textElements.length>0){
  573. this.pageList[this.currentIndex].isLoadText = true
  574. }
  575. //通过deleteFormatEl重新渲染被删除的区域,下面这几行都不需要了
  576. //this.$refs[`pptPage_${this.currentIndex}`][0].initPositionInfo()
  577. //this.initPageElements(this.pageList[this.currentIndex])
  578. //this.initPreviewPageEl('delete')
  579. },
  580. deleteFormatEl(type,position){
  581. if(type==='chart'){
  582. this.chartNum--
  583. $(`#${type}_${this.currentIndex}_${position}`).html(`<img id="img_${this.currentIndex}_${position}" />`)
  584. $(`#preview_${type}_${this.currentIndex}_${position}`).html(`<img id="preview_img_${this.currentIndex}_${position}" />`)
  585. }
  586. if(type==='image'){
  587. $(`#${type}_${this.currentIndex}_${position}`).parent().html(`<img id="${type}_${this.currentIndex}_${position}" />`)
  588. $(`#preview_${type}_${this.currentIndex}_${position}`).parent().html(`<img id="preview_${type}_${this.currentIndex}_${position}" />`)
  589. }
  590. if(type==='sheet'){
  591. this.$refs[`pptPage_${this.currentIndex}`][0].$refs[`sheet_${this.currentIndex}_${position}`].getSheetData('',[])
  592. this.$refs.deletePage.isLoaded&&this.$refs.deletePage.$refs[`preview_${this.currentIndex}`][0].$refs[`preview_sheet_${this.currentIndex}_${position}`].getSheetData('',[])
  593. }
  594. },
  595. handlePasteOutSide:_.throttle(async function(e){
  596. //e:粘贴板事件
  597. console.log(e)
  598. //如果是标题/文本编辑框,直接返回
  599. if(e.target.tagName=='INPUT'||e.target.id==='mcepastebin') {
  600. return
  601. }
  602. //如果是文本框内右键粘贴,也返回
  603. if(e.target.tagName!=='DIV') return
  604. //算出currentItem还有哪些位置可以插入图表
  605. const {isAdd,addPositions}=this.checkElements(this.currentItem.modelId,this.currentItem.elements,'chart')
  606. if(!isAdd){
  607. this.$message(this.$t("Slides.please_delete_existing_chartsmsg"))
  608. return
  609. }
  610. //从clipboardData中获取图片
  611. if(!e.clipboardData) return
  612. const clipboardDataItems = e.clipboardData.items
  613. const clipboardDataFirstItem = clipboardDataItems[0]
  614. if(clipboardDataFirstItem){
  615. for (const item of clipboardDataItems) {
  616. if (item.kind === 'file' && item.type.indexOf('image') !== -1) {
  617. const imageFile = item.getAsFile()
  618. if (imageFile) this.$refs[`pptPage_${this.currentIndex}`][0].handlePaste(imageFile,addPositions[0])
  619. return
  620. }
  621. }
  622. }
  623. //clipboardData中没有图片,从navigator.clipboard.read里获取图片
  624. let clipboardItems = null
  625. try{
  626. clipboardItems = await navigator.clipboard.read()
  627. }catch(error){
  628. this.$message.error(this.$t('Slides.unable_files_msg') )
  629. return
  630. }
  631. const blob = await checkClipboardItems(clipboardItems)
  632. this.$refs[`pptPage_${this.currentIndex}`][0].handlePaste(blob,addPositions[0])
  633. },300),
  634. //黏贴图片
  635. handlePasteImg:_.throttle(async function($event){
  636. /** $event:
  637. * position:1
  638. * src:base64格式的
  639. */
  640. //这里进行上传操作
  641. if(this.isChartLoading) return
  642. this.chartLoadingText = this.$t('Slides.uploading_images_msg')
  643. this.isChartLoading = true
  644. // 1走后端接口上传
  645. const uploadType=this.$setting.dynamicOutLinks.PptUpdateApi ||
  646. this.$store.state.dynamicOutLinks.PptUpdateApi ||
  647. JSON.parse(localStorage.getItem('dynamicOutLinks')).PptUpdateApi
  648. if(uploadType==1){
  649. const params = new FormData();
  650. params.append('Image',$event.src)
  651. const res = await dataBaseInterface.uploadImg(params);
  652. if(!res||res&&res.Ret!==200){
  653. this.isChartLoading = false
  654. return
  655. }
  656. const {Data} = res
  657. if(!Data){
  658. this.$message.warning("上传图片失败")
  659. this.isChartLoading = false
  660. return
  661. }
  662. this.imgUrl = Data.ResourceUrl||''
  663. }else{
  664. //直接走oss不走接口
  665. let clientType = this.$setting.dynamicOutLinks.ObjectStorageClient
  666. || this.$store.state.dynamicOutLinks.ObjectStorageClient
  667. || JSON.parse(localStorage.getItem('dynamicOutLinks')).ObjectStorageClient;
  668. let temName = `ppt/image/${new Date().getTime()}`
  669. const res = await uploadFileDirect(clientType,$event.src,temName)
  670. this.imgUrl = res;
  671. }
  672. //console.log('OK',$event)
  673. let temp_elements = this.addElement(
  674. this.currentItem.elements,
  675. [$event.position],
  676. "image",
  677. -1,
  678. ""
  679. );
  680. this.refleshElements(temp_elements)
  681. this.initImage(`#image_${this.currentIndex}_${$event.position}`,this.imgUrl)
  682. this.initPreviewPageEl()
  683. this.isChartLoading = false
  684. },300),
  685. //改变活跃页某一位置的文字
  686. handleChangeText({ position, text, richContent,pageItemId }) {
  687. //console.log('addText',this.currentItem.id,pageItemId)
  688. //处理初始化的场景
  689. if(this.currentItem.id!==pageItemId) return
  690. //如果该位置元素为空,说明文字编辑器没有初始化,添加一个元素
  691. if (
  692. this.currentItem.elements.findIndex((i) => i.position === position) ===
  693. -1
  694. ) {
  695. //console.log('addElement',this.currentItem)
  696. let tempEls = this.addElement(
  697. this.currentItem.elements,
  698. [position],
  699. "text",
  700. -1,
  701. { text, richContent }
  702. );
  703. this.refleshElements(tempEls);
  704. }
  705. this.currentItem.elements.map((i) => {
  706. if (i.position === position) {
  707. i.content = text;
  708. i.richContent = richContent;
  709. }
  710. });
  711. this.pageList[this.currentIndex] = this.currentItem;
  712. },
  713. //切换活跃页(currentItem)
  714. changeCurrentItem(item){
  715. const {id} = item
  716. //切换到其他活跃页的时候,需退出图层编辑模式
  717. if(this.currentItem&&this.currentItem.id!==id){
  718. this.isEditLayer = false
  719. this.activeLayerEl = {}
  720. }
  721. this.pageList.map((item,index)=>{
  722. if(item.id===id){
  723. this.currentItem = item
  724. this.currentIndex = index
  725. }
  726. })
  727. this.$nextTick(()=>{
  728. let height = $('.ppt-editor-item')[0].offsetHeight
  729. //pptEditor的滚动条动画
  730. this.$refs.pptEditor.scrollTo({
  731. top:height*this.currentIndex,
  732. left:0,
  733. behavior: 'smooth'
  734. })
  735. let listDomArr = $('.index-item')
  736. let heightSum = 0
  737. for(let i=0;i<this.currentIndex;i++){
  738. //console.log('height?',listDomArr[i].offsetHeight)
  739. heightSum+=listDomArr[i].offsetHeight+5
  740. }
  741. //console.log('index',this.currentIndex,'height',heightSum)
  742. //pptList的滚动条动画
  743. this.$refs.pptList.scrollTo({
  744. top:heightSum,
  745. left:0,
  746. behavior: 'smooth'
  747. })
  748. })
  749. },
  750. //获取图表列表
  751. async getreportlist(){
  752. let params = {
  753. Keyword: this.key_word,
  754. CurrentIndex: this.search_page,
  755. PageSize: this.search_page_sizes,
  756. IsShowMe: this.isShowMe
  757. }
  758. const apiMap = {
  759. 1: dataBaseInterface.chartSearchByEs,
  760. 2: futuresInterface.searchChart,
  761. 3: chartRelevanceApi.searchChart,
  762. 6: fittingEquationInterface.searchChart,
  763. 7: statisticFeatureInterface.searchChart,
  764. 10: crossVarietyInterface.searchChart,
  765. }
  766. let res = await apiMap[this.chart_source](params)
  767. if (res.Ret !== 200) return;
  768. res.Data.List = res.Data.List || [];
  769. this.chartList = this.search_page > 1 ? [...this.chartList,...res.Data.List] : res.Data.List;
  770. this.search_have_more = this.search_page <= res.Data.Paging.Pages;
  771. },
  772. loadReportHandle() {
  773. if(!this.search_have_more) return
  774. this.search_page++;
  775. this.getreportlist(this.key_word);
  776. },
  777. // 获取沙盘图列表 分页
  778. getSandTable(){
  779. this.sandTableLoading = true
  780. this.isRequesting = true
  781. sandInterface.sandlistByQuote(this.sandTabelQuery).then(({Data:{List,Paging}})=>{
  782. if(this.sandTabelQuery.CurrentIndex>1){
  783. this.sandTableList = [...this.sandTableList,...List]
  784. }else{
  785. this.sandTableList = List
  786. this.sandTableTotal = Paging.Totals
  787. console.log(this.sandTableList.length,this.sandTableTotal);
  788. if(this.sandTableList.length>=this.sandTableTotal){
  789. this.loadedText = this.$t('Slides.all_loaded_completely_text')
  790. }else{
  791. this.loadedText=''
  792. }
  793. }
  794. })
  795. .finally(()=>{
  796. this.sandTableLoading = false
  797. this.isRequesting = false
  798. })
  799. },
  800. // 沙盘列表滚动事件,触底加载下一页数据
  801. sandTableHandleScroll:_.debounce(function (e) {
  802. if(this.sandTableList.length>=this.sandTableTotal){
  803. this.loadedText = this.$t('Slides.all_loaded_completely_text')
  804. return
  805. }
  806. if(e.target.scrollHeight-e.target.clientHeight-e.target.scrollTop<10 && !this.isRequesting){
  807. this.sandTabelQuery.CurrentIndex++
  808. this.getSandTable()
  809. }
  810. },200),
  811. //点击右侧图表/沙盘图/表格
  812. chooseChart:_.throttle(async function(item,type){
  813. if(this.pageList.length===0||!this.currentItem){
  814. this.$message.warning(this.$t('Slides.please_add_page_msg') );
  815. return;
  816. }
  817. if(item.Disabled&&type==='chart') return this.$message.warning(this.$t('Slides.internal_chart_no_msg') )
  818. if(this.isChartLoading) return
  819. //获取当前活动页
  820. const { elements, modelId } = this.currentItem;
  821. //判断element是否能再加入图表
  822. const { isAdd, addPositions } = this.checkElements(
  823. modelId,
  824. elements,
  825. "chart"
  826. );
  827. if (!isAdd) {
  828. this.$message.warning(this.$t('Slides.delete_chart_img_table') );
  829. return;
  830. }
  831. let temp_elements = null;
  832. this.chartLoadingText = `${this.$t('Slides.loading_urgently')}...`
  833. // type:sandImage 沙盘图 chart 图表 sheet
  834. if(type=='chart'){
  835. //判断选择的图表是否已经插入
  836. /* const length = this.pageList.length
  837. for(let i=0;i<length;i++){
  838. let hasChart = this.pageList[i].elements.some(i=>i.chartId===item.UniqueCode)
  839. if(hasChart){
  840. this.$message.warning("该图表已被使用");
  841. return
  842. }
  843. } */
  844. //限制取消
  845. /* if(this.chartNum>=this.maxPageChart){
  846. this.$message.warning("超过可设置的最大图表数,请删除现有图表");
  847. return;
  848. } */
  849. this.isChartLoading = true
  850. await this.getchartData(item.UniqueCode);
  851. //加入图表
  852. temp_elements = this.addElement(
  853. elements,
  854. addPositions,
  855. "chart",
  856. item.UniqueCode,
  857. ""
  858. );
  859. this.chartNum++
  860. this.refleshElements(temp_elements);
  861. /* const page = this.currentItem
  862. const pageElements = page.elements.filter(i=>i.type==='chart') */
  863. //优化一下
  864. const tempEls = [{type:'chart',position:addPositions[0],chartId:item.UniqueCode}]
  865. const tempPage = {id:this.currentItem.id,elements:tempEls}
  866. //这里不直接用initChart是因为initCharts里可以判断该图表有没有数据,然后显示图表或显示“该图表已被删除”
  867. this.initCharts(/* pageElements,page */tempEls,tempPage)
  868. this.isChartLoading = false
  869. //更新图表数据
  870. let chartInfoMap = _.cloneDeep(this.$store.state.ppt.chartInfoMap)
  871. let chartInfo = getChartInfo(this.optionMap[item.UniqueCode])
  872. chartInfoMap[item.UniqueCode] = chartInfo
  873. this.$store.commit('SET_CHART_INFO_MAP',chartInfoMap)
  874. //需要重新渲染一次缩略图
  875. this.initPreviewPageEl()
  876. }else if(type === 'sandImage'){
  877. // 插入沙盘图
  878. this.imgUrl = item.PicUrl
  879. this.isChartLoading = true
  880. //加入沙盘图
  881. temp_elements = this.addElement(
  882. elements,
  883. addPositions,
  884. "image",
  885. -1,
  886. ""
  887. );
  888. this.refleshElements(temp_elements);
  889. this.initImage(`#image_${this.currentIndex}_${addPositions[0]}`,this.imgUrl)
  890. this.isChartLoading = false
  891. this.initPreviewPageEl()
  892. }
  893. type === 'sheet' && this.insertSheet(item,elements,addPositions,temp_elements);
  894. },300),
  895. //检查是否还能再加入元素,返回{isAdd:bool,addPosition:[]},isAdd:是否能插入,addPositions:可以插入的位置
  896. //type:[chart,text] chart包含除text外的全部元素
  897. checkElements(modelId, elements, type) {
  898. const info = modelInfo[modelId];
  899. let addPositions = [],
  900. isAdd = false;
  901. const elPositions = elements.map((i) => i.position);
  902. let typeNum = 0
  903. elements.forEach(i=>{
  904. if(i.type!=='text') typeNum++
  905. })
  906. //先判断长度
  907. if (elements.length >= info.elNum) return { isAdd, addPositions };
  908. //去重:info.positions和el
  909. let tempArr = info.positions.filter((i) => elPositions.indexOf(i) < 0);
  910. if (!tempArr.length) return { isAdd, addPositions };
  911. //同一版式下的位置支持互换,位置和类型根据 当前版式.positionInfo决定
  912. //判断数量
  913. if(typeNum>=info.elChartNum){
  914. return { isAdd, addPositions };
  915. }
  916. const positionInfo = this.$refs[`pptPage_${this.currentIndex}`][0].positionInfo
  917. //判断类型
  918. tempArr.forEach((i)=>{
  919. if(positionInfo[i].type!=='text'){
  920. addPositions.push(i)
  921. }
  922. })
  923. if (!addPositions.length) {
  924. return { isAdd, addPositions };
  925. } else {
  926. isAdd = true;
  927. return { isAdd, addPositions };
  928. }
  929. },
  930. //添加一个元素进els,type:[chart,text,image],chart时有chartId,text为空;text/image时,chartId为-1
  931. addElement(
  932. el,
  933. positions,
  934. type,
  935. UniqueCode,
  936. { text, richContent } = { text: "", richContent: "" }
  937. ) {
  938. let temp = null;
  939. if (type === "chart") {
  940. temp = {
  941. type: "chart",
  942. position: positions[0],
  943. chartId: UniqueCode,
  944. };
  945. } else if (type === "text") {
  946. temp = {
  947. type: "text",
  948. position: positions[0],
  949. content: text,
  950. richContent: richContent,
  951. };
  952. }else if (type==='image'){
  953. temp = {
  954. type:'image',
  955. position:positions[0],
  956. src:this.imgUrl
  957. }
  958. }else if(type==='sheet'){
  959. temp={
  960. type:'sheet',
  961. position:positions[0],
  962. sheetId:UniqueCode
  963. }
  964. }
  965. el.push(temp);
  966. return el;
  967. },
  968. //更新ppt页元素(数据)
  969. refleshElements(els){
  970. this.currentItem.elements = els;
  971. this.pageList[this.currentIndex] = this.currentItem;
  972. this.$refs[`pptPage_${this.currentIndex}`][0].initPositionInfo()
  973. },
  974. //手动保存PPT
  975. async handleSave(type){
  976. /* const {result,hintText} = this.checkPPT()
  977. if(!result){
  978. this.$message.warning(hintText)
  979. return
  980. } */
  981. //保存走save_checkPPT,发布走checkPPT
  982. let checkResult = null
  983. if(type==='save'){
  984. checkResult = this.save_checkPPT()
  985. }else{
  986. checkResult = this.checkPPT()
  987. }
  988. if(!checkResult.result){
  989. this.$message.warning(checkResult.hintText)
  990. return
  991. }
  992. let Content = JSON.stringify(this.pageList)
  993. //console.log(Content)
  994. //console.log('firstPage',this.firstPage)
  995. const {Title,ReportType,PptDate,BackgroundImg,BackIndex} = this.firstPage
  996. const FirstPage = {
  997. Title,ReportType,PptDate,BackIndex,
  998. ImgUrl:BackgroundImg,
  999. TemplateType:BackIndex+1
  1000. }
  1001. this.isSaved = true
  1002. if(this.$route.query.id||this.pptId){
  1003. await this.editPPT(FirstPage,Content,type)
  1004. }else{
  1005. await this.addPPT(FirstPage,Content)
  1006. }
  1007. },
  1008. async addPPT(FirstPage,Content){
  1009. await pptInterface.addppt({
  1010. FirstPage:FirstPage,
  1011. Content:Content,
  1012. GroupId:this.catalogId,
  1013. CoverContent:this.CoverContent
  1014. }).then(res=>{
  1015. this.isSaved = false
  1016. if(res.Ret===200){
  1017. this.$message.success(this.$t('MsgPrompt.add_msg'))
  1018. //this.$router.push({path:'/pptlist'})
  1019. this.isSave = true
  1020. this.pptId = res.Data.PptId
  1021. sessionStorage.removeItem('selectedCatalog')
  1022. //开启自动保存
  1023. this.autoSave()
  1024. }
  1025. })
  1026. },
  1027. async editPPT(FirstPage,Content,type){
  1028. //console.log(type)
  1029. const ppt_id = this.$route.query.id||this.pptId
  1030. await pptInterface.editppt({
  1031. PptId:parseInt(ppt_id),
  1032. FirstPage:FirstPage,
  1033. Content:Content,
  1034. CoverContent:this.CoverContent
  1035. }).then(res=>{
  1036. this.isSaved = false
  1037. if(res.Ret===200){
  1038. if(type==='save'){
  1039. this.$message.success(this.$t('MsgPrompt.edit_msg'))
  1040. }
  1041. this.isSave = true
  1042. this.pptId = res.Data.PptId
  1043. //如果ppt已转成双周报,则更新
  1044. /* if(this.ReportId!==0){
  1045. pptInterface.transReport({
  1046. PptId:Number(this.pptId),
  1047. }).then(res=>{})
  1048. } */
  1049. }
  1050. })
  1051. },
  1052. //自动保存PPT
  1053. autoSave(){
  1054. if(this.loopTimer) return
  1055. if(!this.$route.query.id&&!this.pptId) return
  1056. this.loopTimer = setInterval(()=>{
  1057. const ppt_id = this.$route.query.id||this.pptId
  1058. const {Title,ReportType,PptDate,BackgroundImg,BackIndex} = this.firstPage
  1059. const FirstPage = {
  1060. Title,ReportType,PptDate,BackIndex,
  1061. ImgUrl:BackgroundImg,
  1062. TemplateType:BackIndex+1
  1063. }
  1064. //防止自动保存时,有某一页处于更新图表的状态,其isUpdating为true
  1065. let pageList = this.pageList.map(i=>{
  1066. i.isUpdating = false
  1067. return i
  1068. })
  1069. let Content = JSON.stringify(pageList)
  1070. pptInterface.saveLog({
  1071. PptId:parseInt(ppt_id),
  1072. FirstPage:FirstPage,
  1073. Content:Content,
  1074. CoverContent:this.CoverContent
  1075. }).then((res)=>{
  1076. if(res.Ret!==200) return
  1077. this.showLastSaveTime = true
  1078. this.lastSaveTime = http.dateFormatter(new Date(), true);
  1079. })
  1080. },10000)
  1081. },
  1082. //保存时的校验规则:封面信息,至少一页
  1083. save_checkPPT(){
  1084. if(!this.firstPage.Title){
  1085. return {result:false,hintText:this.$t('Slides.please_input_cover_title')+'!'}
  1086. }/* else if(!this.firstPage.ReportType){
  1087. return {result:false,hintText:'请输入ppt类型!'}
  1088. } */
  1089. if(this.pageList.length===0){
  1090. return {result:false,hintText:this.$t('Slides.least_one_ppt_msg') }
  1091. }
  1092. return {result:true,hintText:''}
  1093. },
  1094. //发布时的校验规则:封面信息,每一页标题及内容
  1095. checkPPT(){
  1096. //检验首页
  1097. if(!this.firstPage.Title){
  1098. return {result:false,hintText:this.$t('Slides.please_input_cover_title')+'!'}
  1099. }/* else if(!this.firstPage.ReportType){
  1100. return {result:false,hintText:'请输入ppt类型!'}
  1101. } */
  1102. if(this.pageList.length===0){
  1103. return {result:false,hintText:this.$t('Slides.least_one_ppt_msg') }
  1104. }
  1105. //检验每一页
  1106. for(let i=0;i<this.pageList.length;i++){
  1107. if(!this.pageList[i].title){
  1108. return {result:false,hintText:this.$t('Slides.please_ppt_title_msg',{count:i+1}) }
  1109. }
  1110. //无内容
  1111. if(this.pageList[i].elements.length===0){
  1112. return {result:false,hintText:this.$t('Slides.please_ppt_content_msg',{count:i+1}) }
  1113. }
  1114. //有文本框,但是文本框无内容
  1115. }
  1116. return {result:true,hintText:''}
  1117. },
  1118. async handlePublish(){
  1119. //ETA1.7.5更改发布逻辑,点击发布时,自动执行保存操作,若可保存,则跳转发布页
  1120. await this.handleSave('pub')
  1121. //ppt4.0后,合并后的PPT可能会超出页数or图表限制,在这里做个校验
  1122. if(this.pageList.length>this.maxPageNum){
  1123. this.$message.warning(this.$t('Slides.most_add_ppt_msg',{count:this.maxPageNum}))
  1124. return
  1125. }
  1126. if(this.chartNum>this.maxPageChart){
  1127. this.$message.warning(this.$t('Slides.most_add_chart_msg',{count:this.maxPageChart}));
  1128. return;
  1129. }
  1130. this.$router.push({path:'/pptpublish',query:{id:this.pptId}})
  1131. },
  1132. //拖动相关
  1133. dragstart(e,value) {
  1134. e.dataTransfer.effectAllowed = "move";
  1135. this.oldNum = value;
  1136. },
  1137. dragend() {
  1138. if (this.oldNum != this.newNum) {
  1139. let oldIndex = this.pageList.indexOf(this.oldNum);
  1140. let newIndex = this.pageList.indexOf(this.newNum);
  1141. let newItems = [...this.pageList];
  1142. // 删除老的节点
  1143. newItems.splice(oldIndex, 1);
  1144. // 在列表中目标位置增加新的节点
  1145. newItems.splice(newIndex, 0, this.oldNum);
  1146. this.pageList = [...newItems];
  1147. this.$message.success(this.$t('Slides.move_success_msg') )
  1148. //如果拖动的是当前选中的item,就定位到该item
  1149. if(this.oldNum.id===this.currentItem.id){
  1150. this.changeCurrentItem(this.currentItem)
  1151. }
  1152. }
  1153. },
  1154. dragenter(e,value) {
  1155. e.preventDefault()
  1156. this.newNum = value;
  1157. },
  1158. changePageIndex($event){
  1159. this.oldNum = this.pageList[$event.oldPos-1]
  1160. this.newNum = this.pageList[$event.newPos-1]
  1161. this.dragend()
  1162. },
  1163. /* 搜索表格 */
  1164. getSheetList() {
  1165. sheetInterface
  1166. .sheetList({
  1167. Keyword: this.sheetSearchObj.Keyword,
  1168. CurrentIndex: 1,
  1169. PageSize: 10000
  1170. })
  1171. .then((res) => {
  1172. if (res.Ret !== 200) return
  1173. this.sheetSearchList = res.Data.List || [];
  1174. });
  1175. },
  1176. /* 插入表格 */
  1177. async insertSheet({ExcelImage,UniqueCode},elements,addPositions,temp_elements) {
  1178. // 插入沙盘图
  1179. this.imgUrl = ExcelImage;
  1180. this.isChartLoading = true
  1181. const idName = `sheet_${this.currentIndex}_${addPositions[0]}`
  1182. const res = await this.getsheetData(UniqueCode)
  1183. if(!res) {
  1184. this.isChartLoading = false
  1185. return
  1186. }
  1187. //加入表格
  1188. temp_elements = this.addElement(
  1189. elements,
  1190. addPositions,
  1191. "sheet",
  1192. UniqueCode,
  1193. ""
  1194. );
  1195. this.refleshElements(temp_elements);
  1196. this.initSheet(this.$refs[`pptPage_${this.currentIndex}`][0],idName,UniqueCode,'insert')
  1197. this.isChartLoading = false
  1198. this.initPreviewPageEl()
  1199. },
  1200. //打开批量删除弹窗
  1201. openDeletePageDialog(){
  1202. //添加一页才能打开弹窗
  1203. if(this.pageList.length===0){
  1204. this.$message.warning(this.$t('Slides.please_add_one_page') )
  1205. return
  1206. }
  1207. this.deletePageShow = true
  1208. },
  1209. async handleDeletePages(list){
  1210. this.$refs.deletePage.loadingText= this.$t('Slides.deleting_process_loading')
  1211. this.$refs.deletePage.dataLoading=true
  1212. this.deletePages(list)
  1213. },
  1214. //批量删除
  1215. deletePages(list){
  1216. let temp = this.pageList.filter((item,index)=>{
  1217. if(!list.includes(index)){
  1218. return item
  1219. }
  1220. })
  1221. this.pageList = temp
  1222. this.currentIndex=0
  1223. if(this.pageList.length>0){
  1224. this.changeCurrentItem(this.pageList[0])
  1225. }else{
  1226. this.currentItem=null
  1227. }
  1228. //删除后,需要重新计算图表数
  1229. let newChartNum = 0
  1230. for(let i=0;i<this.pageList.length;i++){
  1231. const page = this.pageList[i]
  1232. page.elements.forEach(item=>{
  1233. if(item.type==='chart'){
  1234. newChartNum++
  1235. }
  1236. })
  1237. }
  1238. this.chartNum = newChartNum
  1239. this.$nextTick(()=>{
  1240. this.$refs.deletePage.dataLoading = false
  1241. this.deletePageShow = false
  1242. this.$message.success(this.$t('Slides.batch_deletion_successful'))
  1243. })
  1244. },
  1245. initPreviewPageEl(type,page){
  1246. const currentItem = page||this.currentItem
  1247. const isLoaded = this.$refs.deletePage.isLoaded
  1248. if(isLoaded){
  1249. type!=='delete'&&this.$refs.deletePage.$refs[`preview_${this.currentIndex}`][0].initPositionInfo()
  1250. this.$refs.deletePage.initPreviewEl(currentItem)
  1251. }
  1252. },
  1253. reloadPage({id,positionInfo}){
  1254. const index = this.pageList.findIndex(i=>i.id===id)
  1255. this.pageList[index].key++
  1256. this.pageList[index].positionInfo = positionInfo
  1257. this.initPageElements(this.pageList[index])
  1258. this.initPreviewPageEl()
  1259. },
  1260. },
  1261. updated(){
  1262. $('.ppt-item').css('height',$('.ppt-item').width()*0.7);
  1263. $('.ppt-item').css('background-image',`url(${this.pptBgImage})`);
  1264. window.onresize = ()=>{
  1265. $('.ppt-item').css('height',$('.ppt-item').width()*0.7);
  1266. }
  1267. },
  1268. destroyed(){
  1269. sessionStorage.removeItem('selectedCatalog')
  1270. window.removeEventListener('message',this.reInitIframe)
  1271. window.onresize=null
  1272. if(this.loopTimer) clearInterval(this.loopTimer)
  1273. }
  1274. };
  1275. </script>
  1276. <style lang="scss">
  1277. @import './css/common.scss';
  1278. @import './css/format.scss';
  1279. .page-wrap{
  1280. .ppt-editor-wrap{
  1281. .ppt-tool{
  1282. .layer-edit-box{
  1283. .tool-list{
  1284. .el-collapse-item__header{
  1285. margin-bottom: 0;
  1286. }
  1287. .el-collapse-item__wrap{
  1288. overflow: visible;
  1289. }
  1290. }
  1291. }
  1292. }
  1293. }
  1294. }
  1295. </style>
  1296. <style scoped lang="scss">
  1297. $titleColor:#333333;
  1298. .page-wrap{
  1299. display: flex;
  1300. width: 100%;
  1301. overflow-x: scroll;
  1302. &::-webkit-scrollbar-track{
  1303. display: none;
  1304. }
  1305. div::-webkit-scrollbar-track{
  1306. display: none;
  1307. }
  1308. .index-wrap{
  1309. min-width: 280px;
  1310. margin-right: 10px;
  1311. padding:10px;
  1312. .cover-wrap{
  1313. cursor: pointer;
  1314. width: 100%;
  1315. margin-bottom: 10px;
  1316. .cover{
  1317. //高:宽 0.75
  1318. height: 195px;
  1319. display: flex;
  1320. justify-content: center;
  1321. align-items: center;
  1322. background-size: 100% 100% !important;
  1323. /* background: no-repeat center/cover url(~@/assets/img/ppt_m/bg3.jpg); */
  1324. }
  1325. }
  1326. .hint-box{
  1327. color:#409EFF;
  1328. display: flex;
  1329. justify-content: flex-end;
  1330. align-items: center;
  1331. margin-bottom:10px;
  1332. }
  1333. .hint{
  1334. border: 1px solid transparent;
  1335. cursor: pointer;
  1336. padding:5px;
  1337. &:hover{
  1338. border: 1px solid #409EFF;
  1339. border-radius: 4px;
  1340. background: #ECF5FF;
  1341. }
  1342. }
  1343. .index-list{
  1344. //margin-top: 10px;
  1345. flex: 1;
  1346. overflow-y: scroll;
  1347. .empty{
  1348. margin-top:120px;
  1349. text-align: center;
  1350. img{
  1351. width:76px;
  1352. height:76px;
  1353. display: inline-block;
  1354. }
  1355. p{
  1356. font-size: 14px;
  1357. color: $titleColor;
  1358. }
  1359. }
  1360. }
  1361. }
  1362. .ppt-editor-wrap{
  1363. flex:1;
  1364. /* min-width: 1370px; */
  1365. padding:20px;
  1366. display: flex;
  1367. .ppt-editor{
  1368. flex:1;
  1369. /* max-width: 980px;
  1370. min-width:776px; */
  1371. max-width: 980px;
  1372. min-width: 980px;
  1373. height:100%;
  1374. /* background-color: pink; */
  1375. background-color: #fff;
  1376. border:2px solid #EBEBEB;
  1377. border-radius: 4px;
  1378. margin-right: 30px;
  1379. overflow-y: scroll;
  1380. position:relative;
  1381. .ppt-editor-item {
  1382. position: relative;
  1383. align-items: center;
  1384. .ppt-item {
  1385. /* width: 835px;
  1386. height: 580px; */
  1387. //padding 两边 40 减掉边框两边 8 max-width:100% - 32px
  1388. width:calc(100% - 64px);
  1389. /* height: 0;
  1390. padding-bottom: calc(69.408% - 64px); */
  1391. background: url('~@/assets/img/pptnextimg.png') no-repeat top;
  1392. background-size: 100% 100%;
  1393. /* margin-bottom: 30px; */
  1394. position: relative;
  1395. border: 4px solid transparent;
  1396. cursor: pointer;
  1397. &.choose {
  1398. // box-shadow: 1px 1px 2px rgba($color: #409eff, $alpha: 0.6);
  1399. border: 4px solid rgba($color: #4B8DFF, $alpha: 0.7);
  1400. }
  1401. .close-btn{
  1402. color:#BDBDBD;
  1403. width:20px;
  1404. height:20px;
  1405. position:absolute;
  1406. cursor: pointer;
  1407. top:-10px;
  1408. right:-10px;
  1409. background: url('~@/assets/img/ppt_m/ppt-del.png') no-repeat center/cover;
  1410. background-color: white;
  1411. border-radius: 50%;
  1412. }
  1413. .page-num{
  1414. color:#666666;
  1415. position:absolute;
  1416. bottom:10px;
  1417. right:20px;
  1418. }
  1419. .update-btn{
  1420. position:absolute;
  1421. top:16px;
  1422. left:12px;
  1423. color:#409EFF;
  1424. cursor: pointer;
  1425. display: flex;
  1426. justify-content: center;
  1427. .update-ico{
  1428. width:20px;
  1429. height:20px;
  1430. background:url('~@/assets/img/ppt_m/update-ico.png') no-repeat center/cover;
  1431. margin-right: 4px;
  1432. }
  1433. }
  1434. .loading-cover{
  1435. position: absolute;
  1436. top:20px;
  1437. left:0;
  1438. height:20px;
  1439. background-color: #409EFF;
  1440. }
  1441. }
  1442. }
  1443. }
  1444. .ppt-tool{
  1445. min-width:320px;
  1446. width: 320px;
  1447. height:100%;
  1448. .tool-btn{
  1449. margin-bottom: 12px;
  1450. }
  1451. .addppt-right-box{
  1452. flex: 1;
  1453. height: calc(100% - 182px);
  1454. padding: 0 10px;
  1455. margin-top: 12px;
  1456. box-sizing: border-box;
  1457. border:1px solid #B2B9C3;
  1458. min-width: 320px;
  1459. #tabs {
  1460. padding: 0px 40px;
  1461. box-sizing: border-box;
  1462. margin: 15px 0;
  1463. overflow: hidden;
  1464. > p {
  1465. float: left;
  1466. width: 50%;
  1467. font-size: 18px;
  1468. cursor: pointer;
  1469. color: #1f2e4d;
  1470. padding: 10px 0;
  1471. text-align: center;
  1472. }
  1473. > p.active {
  1474. border-bottom: 2px solid #3464e0;
  1475. color: #3464e0;
  1476. }
  1477. }
  1478. .chart-tool{
  1479. //btn:40+20,wrapPadding:40 -> 120+100
  1480. //height: calc(100vh - 220px);
  1481. flex: 1;
  1482. margin-top: 10px;
  1483. // height:calc(100% - 230px);
  1484. height: calc(100% - 80px);
  1485. .chart-search{
  1486. margin-bottom: 10px;
  1487. }
  1488. .chart-list{
  1489. /* background-color: rgb(82, 106, 106); */
  1490. flex: 1;
  1491. border:2px solid #EBEBEB;
  1492. border-radius: 4px;
  1493. overflow-y: scroll;
  1494. text-align: center;
  1495. .chart-item {
  1496. /* border: 0.5px solid rgba(116, 129, 141,0.1); */
  1497. cursor: pointer;
  1498. text-align: center;
  1499. color: #74818d;
  1500. font-size: 18px;
  1501. margin-bottom: 10px;
  1502. padding:10px;
  1503. img {
  1504. width: 100%;
  1505. }
  1506. }
  1507. .sandTable-item{
  1508. border-bottom: solid 1px #eeeeee;
  1509. padding: 20px 0 10px 0;
  1510. p{
  1511. font-size: 16px;
  1512. color: #3464e0;
  1513. text-align: center;
  1514. }
  1515. img{
  1516. cursor: pointer;
  1517. }
  1518. // .source-identification{
  1519. // color: #000;
  1520. // text-align: left;
  1521. // padding-left: 12px;
  1522. // }
  1523. }
  1524. .loaded-text{
  1525. height: 20px;
  1526. text-align: center;
  1527. color: #666;
  1528. font-size: 14px;
  1529. }
  1530. }
  1531. }
  1532. }
  1533. .layer-edit-box{
  1534. flex: 1;
  1535. height: calc(100% - 182px);
  1536. padding: 0 20px;
  1537. margin-top: 12px;
  1538. box-sizing: border-box;
  1539. border: 2px solid #EBEBEB;
  1540. border-radius: 4px;
  1541. min-width: 320px;
  1542. overflow-y: scroll;
  1543. .tool-list{
  1544. .el-wrap{
  1545. display: flex;
  1546. justify-content: space-between;
  1547. flex-wrap: wrap;
  1548. .el-item{
  1549. border: 1px solid #DCDFE6;
  1550. border-radius: 4px;
  1551. width:55px;
  1552. height:55px;
  1553. margin-bottom: 20px;
  1554. display: flex;
  1555. justify-content: center;
  1556. align-items: center;
  1557. cursor: pointer;
  1558. &:hover,&.active{
  1559. border: 1px solid #409EFF;
  1560. }
  1561. }
  1562. }
  1563. .el-collapse-item__wrap{
  1564. overflow: visible;
  1565. }
  1566. }
  1567. }
  1568. }
  1569. }
  1570. }
  1571. </style>
  1572. <style lang="scss">
  1573. .page-wrap {
  1574. .el-tabs__nav-wrap::after {
  1575. height: 0;
  1576. }
  1577. .el-tabs__item { font-size: 16px; }
  1578. .layer-edit-box{
  1579. .tool-list{
  1580. .el-collapse-item:first-child{
  1581. .el-collapse-item__content{
  1582. padding-bottom: 5px;
  1583. }
  1584. }
  1585. }
  1586. }
  1587. }
  1588. </style>