chartDetailDia.vue 62 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763
  1. <template>
  2. <div>
  3. <el-dialog
  4. :visible.sync="isOpenDetail"
  5. :close-on-click-modal="false"
  6. :modal-append-to-body="false"
  7. :append-to-body="false"
  8. @close="close"
  9. custom-class="chart-detail-container"
  10. top="4vh"
  11. center
  12. width="80%"
  13. v-dialogDrag
  14. >
  15. <div slot="title" style="display: flex; align-items: center;padding-right: 40px;">
  16. <span style="font-size: 16px;cursor:pointer" class="my-chart-title" @dblclick.stop="copyTitleText"
  17. :data-clipboard-text="chartInfo.ChartName">{{
  18. isNoChart ? '暂无' : (currentLang==='en'?chartInfo.ChartNameEn||chartInfo.ChartName : chartInfo.ChartName)
  19. }}</span>
  20. </div>
  21. <div class="nodata" v-if="isNoChart">
  22. <tableNoData :text="$t('Common.no_chart_msg')"/>
  23. </div>
  24. <template v-else>
  25. <div class="header">
  26. <div class="top-left">
  27. <!-- 默认曲线图 -->
  28. <template v-if="sameOptionType.includes(chartInfo.ChartType) && chartInfo.Source===1">
  29. <el-button
  30. type="primary"
  31. v-for="item in yearSelector"
  32. :key="item.value"
  33. size="medium"
  34. :plain="item.value !== year_select"
  35. class="year-btn"
  36. @click.native="changeYear(item)"
  37. >{{ item.name }}</el-button
  38. >
  39. <el-button type="text" class="btn-sty" @click="openDateDia">{{
  40. dateTip
  41. }}</el-button>
  42. </template>
  43. <!-- 季节性图选择年份区间 -->
  44. <!-- <date-picker
  45. v-else-if="chartInfo.ChartType === 2"
  46. v-model="season_year"
  47. type="month"
  48. value-type="format"
  49. range
  50. placeholder="年份日期选择"
  51. @change="seasonYearChange"
  52. /> -->
  53. <div v-else-if="chartInfo.ChartType === 2" @click="openDateDia" class="date-setting">
  54. {{ season_year && season_year.length>0 ? season_year[0]+'~'+season_year[1]:"年份日期选择" }}
  55. </div>
  56. </div>
  57. <div class="top-right" v-if="chartInfo.Button">
  58. <span v-permission="permissionBtn.myETAPermission.myChart_move"
  59. class="collected" @click="removeMychart(chartInfo)" v-if="classifyUserId === roleId">
  60. <i class="el-icon-remove-outline"></i><!-- 移出 -->{{$t('Chart.chart_remove_btn')}}
  61. </span>
  62. <el-popover
  63. v-permission="permissionBtn.myETAPermission.myChart_share"
  64. v-if="!chartInfo.Disabled"
  65. placement="top"
  66. width="200"
  67. trigger="manual"
  68. v-model="showPopConfirmMap['url']">
  69. <p>{{hintText}}</p>
  70. <div style="text-align: right; margin: 0">
  71. <el-button size="mini" type="text" @click="closePop('url')"><!-- 取消 -->{{$t('Dialog.cancel_btn')}}</el-button>
  72. <el-button type="primary" size="mini" @click="copyChart('url')"><!-- 确定 -->{{$t('Dialog.confirm_btn')}}</el-button>
  73. </div>
  74. <span class="span-item shareLink" style="margin-left: 7px;" slot="reference"
  75. @click="copyChartConfirm('url')" :data-clipboard-text="linkUrl" v-if="!chartInfo.Disabled">
  76. <i class="el-icon-share"/>&nbsp;<!-- 分享 -->{{$t('Chart.chart_share_btn')}}
  77. </span>
  78. </el-popover>
  79. <span v-permission="permissionBtn.myETAPermission.myChart_copyTo"
  80. class="span-item" @click="$parent.moveMychart(chartInfo.ChartInfoId)" v-if="classifyUserId === roleId">
  81. <img
  82. :src="$icons.chart_move_ico"
  83. alt=""
  84. style="
  85. width: 12px;
  86. height: 12px;
  87. margin-left: 7px;
  88. vertical-align: middle;
  89. "
  90. />
  91. <!-- 复制到 -->{{$t('Chart.chart_copyto_btn')}}
  92. </span>
  93. <span v-permission="permissionBtn.myETAPermission.myChart_refresh"
  94. class="span-item" @click="refreshHandle" style="margin-left: 7px;">
  95. <span><i class="el-icon-refresh" style="font-size: 15px;"/>&nbsp;<!-- 刷新 -->{{$t('Edb.detail_refresh_btn')}} </span>
  96. </span>
  97. <span
  98. class="span-item"
  99. style="margin-left: 7px"
  100. @click="$parent.addMychartHandle(chartInfo)"
  101. v-if="['/database'].includes($route.path)"
  102. >
  103. <img
  104. :src="$icons.chart_join_ico"
  105. alt=""
  106. style="width: 13px; height: 12px; vertical-align: middle"
  107. />
  108. <!-- 加入我的图库 -->{{$t('Chart.chart_addmy_btn')}}
  109. </span>
  110. <span
  111. v-permission="permissionBtn.myETAPermission.myChart_edit"
  112. class="span-item"
  113. style="margin-left: 7px"
  114. v-if="chartInfo.Button.IsEdit"
  115. @click="editChartHandle"
  116. >
  117. <span> <i class="el-icon-edit" />&nbsp;<!-- 编辑 -->{{$t('Chart.chart_edit_btn')}} </span>
  118. </span>
  119. <span
  120. v-permission="permissionBtn.myETAPermission.myChart_save"
  121. class="span-item"
  122. style="margin-left: 7px"
  123. @click="saveChartMapHandle"
  124. v-if="[1,2,5,10].includes(chartInfo.Source)"
  125. >
  126. <span> <i class="el-icon-collection" />&nbsp;<!-- 保存 -->{{$t('Chart.chart_save_btn')}} </span>
  127. </span>
  128. <span
  129. v-permission="permissionBtn.myETAPermission.myChart_otherSave"
  130. class="span-item"
  131. style="margin-left: 7px"
  132. v-if="chartInfo.Button.IsCopy"
  133. @click="saveChartOtherHandle"
  134. >
  135. <span> <i class="el-icon-document-add" />&nbsp;<!-- 另存为 -->{{$t('Chart.chart_copy_btn')}} </span>
  136. </span>
  137. <el-popover
  138. v-permission="permissionBtn.myETAPermission.myChart_copyOffice"
  139. v-if="!chartInfo.Disabled"
  140. placement="top"
  141. width="200"
  142. trigger="manual"
  143. v-click-outside="resetShowPopConfirmMap"
  144. v-model="showPopConfirmMap['office']">
  145. <p>{{hintText}}</p>
  146. <div style="text-align: right; margin: 0">
  147. <el-button size="mini" type="text" @click="closePop('office')"><!-- 取消 -->{{$t('Dialog.cancel_btn')}}</el-button>
  148. <el-button type="primary" size="mini" @click="copyChart('office')"><!-- 确定 -->{{$t('Dialog.confirm_btn')}}</el-button>
  149. </div>
  150. <span
  151. slot="reference"
  152. class="span-item copy"
  153. style="margin-left: 7px"
  154. @click="copyChartConfirm('office')"
  155. v-if="!chartInfo.Disabled"
  156. >
  157. <i class="el-icon-document-copy" />&nbsp;<!-- 复制至office -->{{$t('Chart.chart_copyoffice')}}
  158. </span>
  159. </el-popover>
  160. <el-popover
  161. v-permission="permissionBtn.myETAPermission.myChart_copyWechat"
  162. v-if="!chartInfo.Disabled"
  163. placement="top"
  164. width="200"
  165. trigger="manual"
  166. v-click-outside="resetShowPopConfirmMap"
  167. v-model="showPopConfirmMap['微信']">
  168. <p>{{hintText}}</p>
  169. <div style="text-align: right; margin: 0">
  170. <el-button size="mini" type="text" @click="closePop('微信')"><!-- 取消 -->{{$t('Dialog.cancel_btn')}}</el-button>
  171. <el-button type="primary" size="mini" @click="copyChart('微信')"><!-- 确定 -->{{$t('Dialog.confirm_btn')}}</el-button>
  172. </div>
  173. <span
  174. slot="reference"
  175. class="span-item copy"
  176. style="margin: 0 7px"
  177. @click="copyChartConfirm('微信')"
  178. v-if="!chartInfo.Disabled"
  179. >
  180. <img style="width: 13px; height: 12px;vertical-align: middle" src="~@/assets/img/chart_m/WeChat.jpg" />&nbsp;<!-- 复制至微信 -->{{$t('Chart.chart_copywx')}}
  181. </span>
  182. </el-popover>
  183. <span
  184. v-permission="permissionBtn.myETAPermission.myChart_enNameSetting"
  185. class="span-item"
  186. style="margin-left: 7px"
  187. @click="openEnNameDia"
  188. >
  189. <span> <img style="width: 16px;vertical-align: middle" :src="$icons.to_en" />&nbsp;<!-- 设置英文名称 -->{{$t('Edb.detail_en_btn')}} </span>
  190. </span>
  191. <el-popconfirm
  192. v-permission="permissionBtn.myETAPermission.myChart_del"
  193. :title="$t('Chart.OptMsg.chart_del_confirm')"
  194. icon="el-icon-info"
  195. :confirm-button-text="$t('Dialog.confirm_btn')"
  196. :cancel-button-text="$t('Dialog.cancel_btn')"
  197. @onConfirm="delChartHandle"
  198. v-if="chartInfo.Button.IsEdit"
  199. >
  200. <span
  201. slot="reference"
  202. class="span-item"
  203. style="color: #ff4040"
  204. >
  205. <i class="el-icon-delete" style="color: #ff4040" />&nbsp;<!-- 删除 -->{{$t('Chart.chart_del_btn')}}
  206. </span>
  207. </el-popconfirm>
  208. </div>
  209. </div>
  210. <div class="cont-bottom" v-loading="refreshLoading">
  211. <div class="chartEn-mark" v-show="chartInfo.IsEnChart" style="top: unset;left:unset;">En</div>
  212. <div class="chart-show-cont">
  213. <div class="chartWrapper" id="chartWrapper">
  214. <template v-if="!chartInfo.WarnMsg">
  215. <Chart :options="options" :chartInfo="chartInfo" ref="chartRef"/>
  216. <!-- 上下限 -->
  217. <template v-if="chartInfo.Source===1&&![7,10,11].includes(chartInfo.ChartType)">
  218. <div class="range-cont left" v-if="leftIndex !== -1">
  219. <el-input
  220. style="width: 60px; display: block"
  221. size="mini"
  222. type="number"
  223. placeholder="上限"
  224. v-model="chartLimit.max"
  225. :disabled="!isAllowEditLimit"
  226. @change="changeLimit"
  227. />
  228. <el-input
  229. class="min-data-input"
  230. size="mini"
  231. type="number"
  232. placeholder="下限"
  233. v-model="chartLimit.min"
  234. :disabled="!isAllowEditLimit"
  235. @change="changeLimit"
  236. />
  237. </div>
  238. <div class="range-cont right" v-if="rightIndex !== -1">
  239. <el-input
  240. style="width: 60px; display: block"
  241. size="mini"
  242. type="number"
  243. placeholder="上限"
  244. v-model="chartLimit.rightMax"
  245. :disabled="!isAllowEditLimit"
  246. @change="changeLimit"
  247. />
  248. <el-input
  249. class="min-data-input"
  250. size="mini"
  251. type="number"
  252. placeholder="下限"
  253. v-model="chartLimit.rightMin"
  254. :disabled="!isAllowEditLimit"
  255. @change="changeLimit"
  256. />
  257. </div>
  258. <!-- 右2上下限设置 -->
  259. <div class="range-cont rightTwo" v-if="rightTwoIndex !== -1">
  260. <el-input
  261. style="width: 60px; display: block"
  262. size="mini"
  263. type="number"
  264. placeholder="上限"
  265. v-model="chartLimit.rightTwoMax"
  266. :disabled="!isAllowEditLimit"
  267. @change="changeLimit"
  268. />
  269. <el-input
  270. class="min-data-input"
  271. size="mini"
  272. type="number"
  273. placeholder="下限"
  274. v-model="chartLimit.rightTwoMin"
  275. :disabled="!isAllowEditLimit"
  276. @change="changeLimit"
  277. />
  278. </div>
  279. </template>
  280. <!-- 后续新图专用上下限 和其他数据依赖不公用 柱形图 截面散点-->
  281. <template v-if="[7,10,11].includes(chartInfo.ChartType)||[2,5,10].includes(chartInfo.Source)">
  282. <div class="range-cont left">
  283. <el-input
  284. style="width: 60px; display: block"
  285. size="mini"
  286. type="number"
  287. placeholder="上限"
  288. :disabled="!isAllowEditLimit"
  289. v-model="chartLimit.max"
  290. @change="changeLimit"
  291. />
  292. <el-input
  293. class="min-data-input"
  294. size="mini"
  295. type="number"
  296. placeholder="下限"
  297. :disabled="!isAllowEditLimit"
  298. v-model="chartLimit.min"
  299. @change="changeLimit"
  300. />
  301. </div>
  302. <!-- x轴上下限 -->
  303. <div class="range-cont bottom" v-if="chartLimit.x_min||chartLimit.x_max">
  304. <el-input
  305. class="left"
  306. size="mini"
  307. type="number"
  308. placeholder="下限"
  309. :disabled="!isAllowEditLimit"
  310. v-model="chartLimit.x_min"
  311. @change="changeLimit"
  312. />
  313. <el-input
  314. class="left"
  315. size="mini"
  316. type="number"
  317. placeholder="上限"
  318. :disabled="!isAllowEditLimit"
  319. v-model="chartLimit.x_max"
  320. @change="changeLimit"
  321. />
  322. </div>
  323. </template>
  324. </template>
  325. <!-- 异常显示 -->
  326. <p class="error-tip" v-if="chartInfo.WarnMsg">{{chartInfo.WarnMsg}}</p>
  327. <!-- 左右切换按钮 -->
  328. <template v-if="allChart.length > 1">
  329. <img :src="$icons.chart_left_arrow" alt="" class="arrow left" @click="switchChart('prev')">
  330. <img :src="$icons.chart_right_arrow" alt="" class="arrow right" @click="switchChart('next')">
  331. </template>
  332. </div>
  333. <!-- 底部图表说明 -->
  334. <div class="chart-bottom-insruction-info">
  335. <div class="chart-source" v-if="chartInfo.SourcesFrom&&JSON.parse(chartInfo.SourcesFrom).isShow">
  336. <span
  337. :style="`
  338. color: ${ JSON.parse(chartInfo.SourcesFrom).color };
  339. fontSize: ${ JSON.parse(chartInfo.SourcesFrom).fontSize }px;
  340. `"
  341. ><!-- 来源 -->{{$t('Chart.Detail.source')}}:{{JSON.parse(chartInfo.SourcesFrom).text}}</span>
  342. </div>
  343. <!-- 公历农历切换 只用于季节性图 -->
  344. <el-radio-group
  345. v-if="chartInfo.ChartType === 2 && !chartInfo.WarnMsg"
  346. v-model="calendar_type"
  347. class="calendar-cont"
  348. @change="getPreviewChartInfo"
  349. >
  350. <el-radio-button label="公历">{{$t('Chart.calendar_gre')}}</el-radio-button>
  351. <el-radio-button label="农历">{{$t('Chart.calendar_lunar')}}</el-radio-button>
  352. </el-radio-group>
  353. <!-- 图表说明 -->
  354. <div
  355. class="chart-instruction"
  356. v-if="chartInfo.Instructions&&JSON.parse(chartInfo.Instructions).isShow"
  357. v-text="JSON.parse(chartInfo.Instructions).text"
  358. :style="`
  359. color: ${JSON.parse(chartInfo.Instructions).color};
  360. fontSize: ${ JSON.parse(chartInfo.Instructions).fontSize }px
  361. `"
  362. ></div>
  363. <div class="chart-author"><!-- 作者 -->{{$t('Chart.Detail.author')}}:{{chartInfo.SysUserRealName}}</div>
  364. </div>
  365. </div>
  366. <el-table
  367. :data="tableData"
  368. ref="tableRef"
  369. @row-click="rowClickHandle"
  370. @expand-change="expandChangeHandle"
  371. :row-key="getRowKey"
  372. :expand-row-keys="expandKey"
  373. highlight-current-row
  374. border
  375. >
  376. <!-- 可配置展开 只用于默认图 季节性隐藏-->
  377. <!-- <el-table-column type="expand" v-if="sameOptionType.includes(chartInfo.ChartType) && chartInfo.ChartType!==5 && chartInfo.Source===1">
  378. <template slot-scope="props">
  379. <div class="options-cont">
  380. //堆叠图 或组合图中的堆叠类型 非第一项隐藏配置
  381. <template v-if="showYOptionsHandle(props.row,props.$index)">
  382. <el-checkbox v-model="props.row.IsOrder">{{$t('Chart.Detail.re_order')}}</el-checkbox>
  383. <el-radio-group v-model="props.row.IsAxis" size="mini">
  384. <el-radio-button :label="1">{{$t('Chart.Detail.l_axis')}}</el-radio-button></el-radio-button>
  385. <el-radio-button :label="0">{{$t('Chart.Detail.r_axis')}}</el-radio-button>
  386. //指标有右轴时才可以选右2轴 不然没有右2这个概念的意义
  387. <el-radio-button
  388. v-if="[1,6].includes(chartInfo.ChartType)"
  389. :label="2"
  390. :disabled="(tableData.findIndex(_ => _.IsAxis===0) === -1)
  391. || (tableData.findIndex(_ => _.IsAxis===0) === props.$index
  392. && tableData.filter(_ => _.IsAxis===0).length === 1)"
  393. >t('Chart.Detail.rtwo_axis')}}</el-radio-button>
  394. </el-radio-group>
  395. </template>
  396. <div style="min-width: 250px">
  397. <el-radio
  398. v-model="props.row.EdbInfoType"
  399. :label="1"
  400. @change="getPreviewChartInfo"
  401. >{{$t('Chart.Detail.stand_lead')}}</el-radio
  402. >
  403. <div style="margin-top: 22px">
  404. <el-radio
  405. v-model="props.row.EdbInfoType"
  406. :label="0"
  407. style="margin-right: 10px"
  408. @change="getPreviewChartInfo"
  409. >{{$t('Chart.Detail.leading_lead')}}</el-radio
  410. >
  411. <template v-if="props.row.EdbInfoType === 0">
  412. {{$t('EtaChartAddPage.label_lead')}}
  413. <el-input
  414. style="width: 60px"
  415. size="mini"
  416. type="number"
  417. min="0"
  418. v-model="props.row.LeadValue"
  419. @change="getPreviewChartInfo"
  420. @keyup.native="filterCode(props.row)"
  421. ></el-input>
  422. <el-select
  423. v-model="props.row.LeadUnit"
  424. placeholder=""
  425. style="width: 60px"
  426. size="mini"
  427. @change="getPreviewChartInfo"
  428. >
  429. <el-option
  430. v-for="item in fre_options"
  431. :key="item"
  432. :label="item"
  433. :value="item"
  434. >
  435. </el-option>
  436. </el-select>
  437. </template>
  438. </div>
  439. </div>
  440. <div>
  441. <div style="display: flex">
  442. <span style="margin-right: 3px">{{$t('Chart.Detail.line_color')}}:</span>
  443. <el-color-picker
  444. v-model="props.row.ChartColor"
  445. size="mini"
  446. show-alpha
  447. :predefine="predefineColors"
  448. ></el-color-picker>
  449. </div>
  450. <div
  451. style="margin-top: 12px"
  452. v-if="chartInfo.ChartType === 1
  453. || (chartInfo.ChartType === 6 && props.row.ChartStyle==='spline')"
  454. >
  455. {{$t('Chart.Detail.line_size')}}:
  456. <el-input
  457. style="width: 60px"
  458. size="mini"
  459. type="number"
  460. :min="1"
  461. v-model="props.row.ChartWidth"
  462. />
  463. </div>
  464. </div>
  465. <div v-if="chartInfo.ChartType === 6">
  466. <span style="margin-right: 3px"><{{$t('Chart.label_create_sty')}}:</span>
  467. <el-select
  468. v-model="props.row.ChartStyle"
  469. placeholder="请选择生成样式"
  470. style="width: 50%"
  471. class="edb-item-style"
  472. >
  473. <el-option
  474. v-for="item in chartItemStyleArr"
  475. :key="item.key"
  476. :label="item.label"
  477. :value="item.value"
  478. >
  479. </el-option>
  480. </el-select>
  481. </div>
  482. <div class="copy-excel">
  483. <span class="editsty" @click="copyCode(props.row)" v-if="isAllowCopyData">
  484. <i class="el-icon-document-copy" />&nbsp;{{$t('Edb.detail_copydata_btn')}}</span
  485. >
  486. <span
  487. class="editsty" v-if="isAllowCheckData"
  488. @click="viewTarget(props.row)"
  489. style="display:block;margin-top:15px;"
  490. >&nbsp;{{$t('Edb.detail_lookdata_btn')}}</span>
  491. </div>
  492. </div>
  493. </template>
  494. </el-table-column> -->
  495. <el-table-column
  496. v-for="item in tableColums"
  497. :key="item.label"
  498. :label="item.label"
  499. :width="item.widthsty"
  500. :min-width="item.minwidthsty"
  501. align="center"
  502. >
  503. <template slot-scope="scope">
  504. <span v-if="item.key==='SourceName'">
  505. {{scope.row[item.key]}}
  506. <i
  507. class="el-icon-tickets"
  508. style="color:#409EFF;font-size:18px"
  509. @click="toHistoryPage(scope.row.EdbInfoId,$route.matched);lookEdbId=scope.row.EdbInfoId"
  510. v-if="scope.row.EdbType===2"
  511. />
  512. </span>
  513. <span v-else>{{ currentLang==='en' ? (scope.row[item.enKey]||scope.row[item.key]) : scope.row[item.key] }}</span>
  514. </template>
  515. </el-table-column>
  516. <el-table-column
  517. :label="$t('Table.column_operations')"
  518. key="Copy"
  519. align="center"
  520. width="110"
  521. >
  522. <template slot-scope="scope">
  523. <span class="editsty" @click="copyCode(scope.row)" v-if="isAllowCopyData">
  524. <i class="el-icon-document-copy" />&nbsp;<!-- 复制数据 -->{{$t('Edb.detail_copydata_btn')}}</span
  525. >
  526. <span v-if="isAllowCheckData"
  527. class="editsty"
  528. @click="viewTarget(scope.row)"
  529. ><!-- 查看数据 -->{{$t('Edb.detail_lookdata_btn')}}</span>
  530. </template>
  531. </el-table-column>
  532. <div slot="empty">
  533. <tableNoData :text="$t('Table.no_edb_msg')" size="mini"/>
  534. </div>
  535. </el-table>
  536. </div>
  537. </template>
  538. <img :src="drawImg" alt="" class="drawImg" />
  539. </el-dialog>
  540. <!-- 自定义时间段选择弹窗 -->
  541. <DateChooseDia
  542. :isDateDia="isDateDia"
  543. :dateForm="dateForm"
  544. @cancel="isDateDia = false"
  545. @dateBack="dataChangeBack"
  546. />
  547. <!-- 图表另存 -->
  548. <SaveChartOther
  549. :show.sync="isShowSaveOther"
  550. :data="chartInfo"
  551. :source="chartInfo.Source"
  552. />
  553. <!-- 输入英文指标弹窗 -->
  554. <set-en-name-dia
  555. :isOpenDialog="setEnName"
  556. @cancel="setEnName=false"
  557. @updateEnName="updateEnName"
  558. :formData="formItemArray"
  559. :chartType="chartInfo.ChartType"
  560. :datainfo="chartInfo.ChartType===10?JSON.parse(chartInfo.ExtraConfig):null"
  561. :edblist="chartInfo.ChartType===10?tableData:[]"
  562. />
  563. <!-- 指标历史记录 -->
  564. <!-- <edbHistoryDialog
  565. :isOpenDialog.sync="isLookHistory"
  566. :edbId="lookEdbId"
  567. /> -->
  568. </div>
  569. </template>
  570. <script>
  571. import { dataBaseInterface,mychartInterface } from '@/api/api.js';
  572. import futuresInterface from '@/api/modules/futuresBaseApi';
  573. import chartRelevanceApi from '@/api/modules/chartRelevanceApi';
  574. import { fittingEquationInterface,statisticFeatureInterface,crossVarietyInterface } from '@/api/modules/chartRelevanceApi';
  575. import {
  576. seasonOptions,
  577. copyOtherOptions
  578. } from '@/utils/defaultOptions';
  579. import Chart from '@/views/dataEntry_manage/components/chart';
  580. import SaveChartOther from '@/views/dataEntry_manage/components/SaveChartOther';
  581. import DateChooseDia from '@/views/dataEntry_manage/components/DateChooseDia';
  582. import changeLang from "@/views/dataEntry_manage/components/changeLang"
  583. import setEnNameDia from "@/views/dataEntry_manage/components/setEnNameDia"
  584. import { chartSetMixin } from '@/views/dataEntry_manage/mixins/chartPublic'
  585. import { copyFit } from '@/utils/svgToblob.js';
  586. export default {
  587. components: { Chart, DateChooseDia,SaveChartOther,changeLang,setEnNameDia },
  588. mixins: [ chartSetMixin],
  589. directives: {
  590. 'click-outside':{
  591. bind(el, binding) {
  592. const clickHandle = (e)=>{
  593. //console.log(e.target.className)
  594. //如果弹窗没打开就没必要执行了
  595. if(!(this&&this.isOpenDetail)) return
  596. const isCurrentTarget = el.contains(e.target)||e.target.className==='el-popover el-popper'||['shareLink','copy'].some(str => e.target.className.includes(str))
  597. if(isCurrentTarget){
  598. return false
  599. }
  600. if(binding.value && typeof binding.value === 'function'){
  601. //console.log('binding')
  602. binding.value(e)
  603. }
  604. }
  605. el.__click__outside = clickHandle
  606. document.addEventListener('click',clickHandle)
  607. },
  608. unbind(el,binding,vnode){
  609. document.removeEventListener('click',el.__click__outside)
  610. }
  611. },
  612. },
  613. props: {
  614. isOpenDetail: {
  615. type: Boolean,
  616. },
  617. chart_code: {
  618. type: String,
  619. },
  620. allChart: {
  621. type: Array,
  622. },
  623. select_classify: {
  624. type: Number
  625. },
  626. classifyUserId: {
  627. type: Number
  628. }
  629. },
  630. computed: {
  631. role() {
  632. let role = localStorage.getItem('Role') || '';
  633. if (['rai_researcher', 'ficc_researcher', 'researcher','ficc_seller','rai_seller','seller'].includes(role)) {
  634. return 'researcher';
  635. } else if (['rai_admin', 'ficc_admin'].includes(role)) {
  636. return 'admin';
  637. } else {
  638. return role;
  639. }
  640. },
  641. /* 登录角色id */
  642. roleId() {
  643. let id = parseInt(localStorage.getItem('AdminId'));
  644. return id;
  645. },
  646. /* 分享地址 */
  647. linkUrl() {
  648. const LINK_CHART_URL = this.$setting.dynamicOutLinks.ChartViewUrl+'/chartshow';
  649. return `${LINK_CHART_URL}?code=${this.chartInfo.UniqueCode}&fromType=share?&lang=${this.currentLang}`
  650. },
  651. //是否允许编辑上下限
  652. isAllowEditLimit(){
  653. return this.permissionBtn.isShowBtn('myETAPermission','myChart_editLimit')
  654. },
  655. //是否允许复制数据
  656. isAllowCopyData(){
  657. return this.permissionBtn.isShowBtn('myETAPermission','myChart_copyData')
  658. },
  659. //是否允许查看数据
  660. isAllowCheckData(){
  661. return this.permissionBtn.isShowBtn('myETAPermission','myChart_checkData')
  662. }
  663. },
  664. watch: {
  665. isOpenDetail(newval) {
  666. this.isNoChart = false;
  667. this.currentLang=this.$parent.chart_lang;
  668. this.formItemArray=[]
  669. newval && this.getChartDetail();
  670. this.resetShowPopConfirmMap()
  671. },
  672. tableData: {
  673. handler(newval) {
  674. newval.length && !this.chartInfo.WarnMsg && this.chartInfo.Source===1&& this.setChartOptionHandle(newval);
  675. },
  676. deep: true,
  677. },
  678. },
  679. data() {
  680. return {
  681. isNoChart: false, //删完最后一张图展示缺省
  682. refreshLoading: false,//loading
  683. showChart: false,
  684. chartInfo: {},
  685. dateTip: /* '请选择时间段' */ this.$t('Chart.choose_time'),
  686. season_year: [], //季节图时间段
  687. calendar_type: '', //公历农历选择项
  688. drawImg: '', //用于复制后的图标图片存储
  689. expandKey: [], //展开数组
  690. showPopConfirmMap:{
  691. '微信':false,
  692. 'office':false,
  693. 'url':false
  694. },
  695. hintText:/* '英文名称未输入完整,分享图表上可能出现空名称的情况,确定继续分享吗?' */this.$t('Chart.OptMsg.copy_noenough_en'),
  696. /* 查看历史弹窗 */
  697. isLookHistory: false,
  698. lookEdbId: 0
  699. };
  700. },
  701. methods: {
  702. // 配合修改英文信息 chartPublic.js ,防止没有getChartInfo()这个方法
  703. getChartInfo(){
  704. this.getChartDetail(this.chartInfo.UniqueCode)
  705. },
  706. /* 获取详情 */
  707. getChartDetail(code = '') {
  708. this.refreshLoading = true;
  709. dataBaseInterface
  710. .getChartByCode({
  711. UniqueCode: code || this.chart_code,
  712. })
  713. .then((res) => {
  714. this.refreshLoading = false;
  715. if (res.Ret !== 200) return;
  716. this.chartInfo = res.Data.ChartInfo;
  717. if(this.chartInfo.Source===1) {
  718. //处理下历史默认来源
  719. this.setDefaultSourceFrom();
  720. this.tableData = res.Data.EdbInfoList;
  721. //初始化上下限
  722. this.setLimitData(this.tableData)
  723. //eta图
  724. this.setDefaultDateSelect(); //设置默认的日期选中
  725. this.chartInfo.ChartType === 7 && this.initBarData(res.Data);
  726. //截面散点图
  727. this.chartInfo.ChartType === 10 && this.initSectionScatterData(res.Data);
  728. //雷达图
  729. this.chartInfo.ChartType === 11 && this.initRadarData(res.Data);
  730. }else if([2,5].includes(this.chartInfo.Source)) {
  731. this.tableData = [res.Data.EdbInfoList[0]];
  732. this.chartInfo = res.Data.ChartInfo.Source===5 ? {
  733. ...res.Data.ChartInfo,
  734. ProfitNameEn: res.Data.DataResp.ProfitNameEn,
  735. ProfitName: res.Data.DataResp.ProfitName,
  736. } : res.Data.ChartInfo;
  737. //商品价格图
  738. this.initCommodityData(res.Data);
  739. }else if([3].includes(this.chartInfo.Source)){//相关性 滚动相关性
  740. this.relevanceChartData={
  741. ChartInfo:res.Data.ChartInfo,
  742. EdbInfoList:res.Data.EdbInfoList,
  743. XEdbIdValue:res.Data.XEdbIdValue,
  744. CorrelationChartInfo:res.Data.CorrelationChartInfo,
  745. YDataList:[
  746. {
  747. Value: res.Data.YDataList[0].Value,
  748. Color:'#00f',
  749. Name:res.Data.ChartInfo.ChartName,
  750. NameEn:res.Data.ChartInfo.ChartNameEn
  751. }
  752. ]
  753. }
  754. this.initRelevanceChartData()
  755. this.tableData = res.Data.EdbInfoList
  756. }else if(this.chartInfo.Source===4) {//滚动相关性换成曲线图绘图
  757. this.tableData = res.Data.EdbInfoList
  758. this.relevanceChartData = {
  759. CorrelationChartInfo: res.Data.CorrelationChartInfo
  760. }
  761. this.setDefaultChart([res.Data.DataResp]);
  762. }else if([6,7,8].includes(this.chartInfo.Source)){//拟合方程 标准差 百分比
  763. this.tableData = res.Data.EdbInfoList;
  764. this.setDefaultChart([res.Data.DataResp]);
  765. }else if(this.chartInfo.Source===9) { //统计频率
  766. this.tableData = res.Data.EdbInfoList;
  767. this.statisticFrequencyData = res.Data.DataResp;
  768. this.setStatisticFrequency();
  769. }else if(this.chartInfo.Source===10) { //跨品种分析
  770. this.tableData = res.Data.EdbInfoList;
  771. this.crossVarietyChartData = res.Data.DataResp;
  772. /* 历史数据chartInfo里全是空 兼容下历史数据不崩 */
  773. this.chartLimit = {
  774. min: res.Data.ChartInfo.LeftMin?Number(res.Data.ChartInfo.LeftMin):Number(res.Data.DataResp.YMinValue),
  775. max: res.Data.ChartInfo.LeftMax?Number(res.Data.ChartInfo.LeftMax):Number(res.Data.DataResp.YMaxValue),
  776. x_min: res.Data.ChartInfo.XMin?Number(res.Data.ChartInfo.XMin):Number(res.Data.DataResp.XMinValue),
  777. x_max: res.Data.ChartInfo.XMax?Number(res.Data.ChartInfo.XMax):Number(res.Data.DataResp.XMaxValue),
  778. }
  779. this.setCrossVarietyChart();
  780. }
  781. });
  782. },
  783. /* 设置默认时间选中项 */
  784. setDefaultDateSelect() {
  785. this.year_select = this.chartInfo.DateType;
  786. this.count_year = this.chartInfo.StartYear;
  787. this.select_date = [this.chartInfo.StartDate, this.chartInfo.EndDate];
  788. this.calendar_type = this.chartInfo.Calendar; //日历类型
  789. if(this.chartInfo.ChartType==2){
  790. if(this.year_select==20){
  791. let latestYear = parseInt(this.tableData[0].LatestDate.substring(0,4))
  792. this.season_year=[`${latestYear-this.count_year+1}-01-01`,`${latestYear}-12-31`]
  793. }else if(this.year_select==6){
  794. this.season_year = [this.chartInfo.SeasonStartDate,this.tableData[0].LatestDate];
  795. }else{
  796. this.season_year = [this.chartInfo.SeasonStartDate,this.chartInfo.SeasonEndDate]
  797. }
  798. }
  799. this.dateTip =
  800. this.chartInfo.DateType === 5
  801. ? `${this.chartInfo.StartDate}~${this.chartInfo.EndDate}`
  802. : this.chartInfo.DateType === 6
  803. ? `${this.chartInfo.StartDate}~至今`
  804. : this.chartInfo.DateType === 20
  805. ?`最近${this.chartInfo.StartYear}年`
  806. :/* '请选择时间段' */ this.$t('Chart.choose_time');
  807. },
  808. /* 曲线图筛选项发生变化时 非配置项 获取新的图表数据 */
  809. async getPreviewChartInfo() {
  810. let dateArray=this.chartInfo.ChartType==2?this.season_year:this.select_date
  811. let params = {
  812. ChartType: this.chartInfo.ChartType,
  813. DateType: this.year_select,
  814. StartDate: [5 , 6].includes(this.year_select)
  815. ? dateArray[0]
  816. : '',
  817. EndDate: this.year_select === 5 ? dateArray[1] : '',
  818. Calendar: this.calendar_type,
  819. //ETA1.0.5 去除了这两个入参
  820. // SeasonStartDate: this.season_year ? this.season_year[0] : '',
  821. // SeasonEndDate: this.season_year ? this.season_year[1] : '',
  822. SeasonExtraConfig:this.SeasonExtraConfig,
  823. StartYear:this.count_year || 0,
  824. ChartEdbInfoList: this.tableData.map(_ => ({
  825. EdbInfoId: _.EdbInfoId,
  826. EdbInfoType: _.EdbInfoType,
  827. LeadValue: _.EdbInfoType ? 0 : Number(_.LeadValue),
  828. LeadUnit: _.EdbInfoType ? '' : _.LeadUnit,
  829. IsConvert:Number(_.IsConvert),
  830. ConvertType:Number(_.ConvertType),
  831. ConvertValue:Number(_.ConvertValue),
  832. ConvertUnit:Number(_.IsConvert)?_.ConvertUnit:'',
  833. ConvertEnUnit:Number(_.IsConvert)?_.ConvertEnUnit:''
  834. }))
  835. }
  836. const res = await dataBaseInterface.getSplinePreviewData(params)
  837. if(res.Ret !== 200) return
  838. const { EdbInfoList } = res.Data;
  839. this.tableData.forEach((item) => {
  840. let edbData = EdbInfoList.find(_ => _.EdbInfoId===item.EdbInfoId);
  841. item.DataList = edbData.DataList;
  842. //更新起始时间和最近更新时间
  843. item.StartDate = edbData.StartDate;
  844. item.ModifyTime = edbData.ModifyTime;
  845. if(edbData.EdbInfoCategoryType===1) item.MoveLatestDate = edbData.MoveLatestDate;
  846. });
  847. },
  848. /* 打开时间段弹窗 */
  849. openDateDia() {
  850. // 自定义时间段回显
  851. let selectDateStart = this.chartInfo.ChartType === 2?this.season_year[0]:this.select_date[0]
  852. let selectDateEnd = this.chartInfo.ChartType === 2?this.season_year[1]:this.select_date[1]
  853. this.dateForm = {
  854. date_type: this.year_select,
  855. start_date:
  856. this.year_select === 5 || this.year_select === 6
  857. ? selectDateStart
  858. : '',
  859. end_date: this.year_select === 5 ? selectDateEnd : '',
  860. count_year: this.year_select === 20 ? this.count_year : ''
  861. };
  862. this.isDateDia = true;
  863. },
  864. /* 保存完自定义日期 刷新数据 保存当前的图表配置和上下限 只改变图表*/
  865. dataChangeBack(data) {
  866. this.year_select = data.dateType;
  867. this.isDateDia = false;
  868. this.select_date = [data.start_date, data.end_date];
  869. this.count_year = data.count_year
  870. this.dateTip =
  871. data.dateType === 5
  872. ? `${data.start_date}~${data.end_date}`
  873. : data.dateType === 6
  874. ?`${data.start_date}~至今`
  875. :`最近${this.count_year}年`
  876. if(this.chartInfo.ChartType === 2){
  877. let latestYear = parseInt(this.tableData[0].LatestDate.substring(0,4))
  878. let dateStart = data.start_date
  879. let dateEnd = data.end_date
  880. if(data.dateType==20){
  881. dateStart = `${latestYear-this.count_year+1}-01-01`
  882. dateEnd = `${latestYear}-12-31`
  883. }else if(data.dateType==6){
  884. dateEnd = this.tableData[0].LatestDate
  885. }
  886. this.season_year = [dateStart, dateEnd];
  887. }
  888. this.getPreviewChartInfo();
  889. },
  890. /* 季节图切换年份 保持当前配置 */
  891. seasonYearChange() {
  892. this.getPreviewChartInfo();
  893. },
  894. /* 年份改变 重新刷新图表接口 保存当前的图表配置和上下限 只改变图表 */
  895. changeYear(item) {
  896. this.year_select = item.value;
  897. this.select_date = '';
  898. this.dateTip = /* '请选择时间段' */ this.$t('Chart.choose_time');
  899. this.getPreviewChartInfo();
  900. },
  901. /* 一键刷新 超长等待..*/
  902. async refreshHandle() {
  903. // 清除缓存配置项
  904. this.refreshLoading = true;
  905. const { Source,ChartInfoId,UniqueCode,ChartType } = this.chartInfo;
  906. let res=null
  907. if(Source===1){
  908. res= await dataBaseInterface.chartRefresh({ ChartInfoId })
  909. }else if([2,5].includes(Source)){
  910. res=await futuresInterface.refreshChart({ ChartInfoId })
  911. }else if([3,4].includes(Source)){
  912. res=await chartRelevanceApi.refreshChart({ ChartInfoId })
  913. }else if(Source===6){
  914. res=await fittingEquationInterface.refreshChart({ ChartInfoId })
  915. }else if([7,8,9].includes(Source)) {
  916. res=await statisticFeatureInterface.refreshChart({ ChartInfoId })
  917. }else if(Source===10) {
  918. res=await crossVarietyInterface.refreshChart({ ChartInfoId })
  919. }
  920. this.refreshLoading = false;
  921. if (res.Ret !== 200) return
  922. this.$message.success(res.Msg);
  923. Source===1&&![7,10,11].includes(ChartType)
  924. ? this.getPreviewChartInfo()
  925. : this.getChartDetail(UniqueCode);
  926. },
  927. // 英文面板时候的判断
  928. copyChartConfirm(type){
  929. if(this.currentLang=='en'){
  930. // 是否所有数据都填写完
  931. let flag=true
  932. // 是否有英文表格名称
  933. if(!this.chartInfo.ChartNameEn) flag = false
  934. if(flag&&this.chartInfo.Source!=3){
  935. for (const data of this.tableData) {
  936. if(data.EdbNameEn=="" ||data.UnitEn==""){
  937. flag = false
  938. break
  939. }
  940. }
  941. }
  942. if(!flag){
  943. //用Popconfirm替代confirm confirm嵌套:append-to-body="false"的弹窗会有遮罩问题
  944. this.resetShowPopConfirmMap()
  945. this.$set(this.showPopConfirmMap,type,true)
  946. /* this.$confirm('英文名称未输入完整,分享图表上可能出现空名称的情况,确定继续分享吗?', '提示', {
  947. confirmButtonText: '确定',
  948. cancelButtonText: '取消',
  949. type: 'warning',
  950. })
  951. .then(() => {
  952. if(type==='url'){
  953. // this.shareUrl()
  954. const input = document.createElement('input')
  955. input.setAttribute('readonly','readonly')
  956. input.value = this.linkUrl
  957. document.body.appendChild(input)
  958. input.select();
  959. document.execCommand('copy');
  960. document.body.removeChild(input);
  961. this.$message.success('复制链接成功')
  962. }else{
  963. this.copyChartHandle(type)
  964. }
  965. $('body .v-modal').remove()
  966. $('#right > div > div:nth-child(4)').append('<div class="v-modal" tabindex="0"></div>')
  967. })
  968. .catch(() => {
  969. $('body .v-modal').remove()
  970. $('#right > div > div:nth-child(4)').append('<div class="v-modal" tabindex="0"></div>')
  971. }); */
  972. }else{
  973. this.$set(this.showPopConfirmMap,type,false)
  974. if(type=='url'){
  975. this.shareUrl()
  976. }else{
  977. this.copyChartHandle(type)
  978. }
  979. }
  980. }else{
  981. if(type=='url'){
  982. this.shareUrl()
  983. }else{
  984. this.copyChartHandle(type)
  985. }
  986. }
  987. },
  988. copyChart(type){
  989. console.log('复制的是:',type)
  990. if(type==='url'){
  991. const input = document.createElement('input')
  992. input.setAttribute('readonly','readonly')
  993. input.value = this.linkUrl
  994. document.body.appendChild(input)
  995. input.select();
  996. document.execCommand('copy');
  997. document.body.removeChild(input);
  998. // this.$message.success('复制链接成功')
  999. this.$message.success(this.$t('Chart.OptMsg.copy_link_success'))
  1000. }else{
  1001. this.copyChartHandle(type)
  1002. }
  1003. this.closePop(type)
  1004. },
  1005. closePop(type){
  1006. this.$set(this.showPopConfirmMap,type,false)
  1007. },
  1008. resetShowPopConfirmMap(){
  1009. this.showPopConfirmMap={
  1010. '微信':false,
  1011. 'office':false,
  1012. 'url':false
  1013. }
  1014. },
  1015. /* 点击复制先用canvas画出 转成图片在放到粘贴板中 */
  1016. copyChartHandle:_.debounce(function(type){
  1017. let chartsName = this.currentLang=='ch'?this.chartInfo.ChartName:this.chartInfo.ChartNameEn
  1018. let { heightNum, widthNum , newTitle , dynamic_copyOptions} = this.dynamicWidthAndHeight(type,this.chartInfo.ChartType,chartsName, this.chartInfo.Source === 1?this.tableData.length:this.commodityChartData.length)
  1019. const chartType = this.sameOptionType.includes(this.chartInfo.ChartType) ? 'legend' : 'seasonLegend';
  1020. // 英文转SVG设置变动
  1021. if(this.currentLang == 'en'){
  1022. // 散点图 如果横轴单位为'英文单位',表示客户没填,转成svg时置为空
  1023. if(this.chartInfo.ChartType == 5){
  1024. this.$refs.chartRef.chart.options.xAxis.forEach(it => {
  1025. if(it.title.text == '英文单位') it.title.text=''
  1026. });
  1027. }
  1028. // 如果竖轴坐标单位为'英文单位',表示客户没填,转成svg时置为空
  1029. this.$refs.chartRef.chart.options.yAxis.forEach(it => {
  1030. if(it.title.text == '英文单位') it.title.text=''
  1031. });
  1032. }
  1033. let svgObj={
  1034. chart:{
  1035. width:widthNum,
  1036. height:heightNum,
  1037. backgroundColor:"rgba(255, 255, 255, 0)",
  1038. },
  1039. title: {
  1040. text: newTitle,
  1041. margin: 10,
  1042. style: {
  1043. fontSize: '18px'
  1044. }
  1045. },
  1046. legend:{
  1047. ...copyOtherOptions[chartType],
  1048. ...dynamic_copyOptions[chartType]
  1049. },
  1050. }
  1051. let svg = this.$refs.chartRef.chart.getSVG(svgObj);
  1052. this.copyBlobItem(widthNum,heightNum,svg,type);
  1053. },500),
  1054. // 选择
  1055. getSelect(targetNode) {
  1056. if (window.getSelection) {
  1057. //chrome等主流浏览器
  1058. var selection = window.getSelection();
  1059. var range = document.createRange();
  1060. range.selectNode(targetNode);
  1061. selection.removeAllRanges();
  1062. selection.addRange(range);
  1063. } else if (document.body.createTextRange) {
  1064. //ie
  1065. var range = document.body.createTextRange();
  1066. range.moveToElementText(targetNode);
  1067. range.select();
  1068. }
  1069. },
  1070. /* 图表保存 分配 */
  1071. saveChartMapHandle() {
  1072. const sourceMap = {
  1073. 1: this.saveChartHandle,
  1074. 2: this.saveCommodityChart,
  1075. 5: this.saveCommodityChart,//利润曲线
  1076. 10: this.saveCrossVarietyChart
  1077. }
  1078. sourceMap[this.chartInfo.Source]&&sourceMap[this.chartInfo.Source]();
  1079. },
  1080. /* 商品价格图保存 */
  1081. saveCommodityChart: _.debounce(async function() {
  1082. const { Ret } = await futuresInterface.chartSave({
  1083. ChartInfoId: this.chartInfo.ChartInfoId,
  1084. LeftMin: String(this.chartLimit.min),
  1085. LeftMax: String(this.chartLimit.max),
  1086. })
  1087. if(Ret!==200) return
  1088. // this.$message.success('保存成功');
  1089. this.$message.success(this.$t('MsgPrompt.saved_msg'));
  1090. //关联图表和图片
  1091. this.setChartImage();
  1092. },300),
  1093. saveCrossVarietyChart: _.debounce(async function() {
  1094. let { min,max,x_min,x_max } = this.chartLimit;
  1095. let params = {
  1096. ChartInfoId: this.chartInfo.ChartInfoId,
  1097. XMin: String(x_min),
  1098. XMax: String(x_max),
  1099. LeftMin: String(min),
  1100. LeftMax: String(max),
  1101. }
  1102. let res = await crossVarietyInterface.saveChart(params);
  1103. if(res.Ret !== 200) return
  1104. this.$message.success('保存成功')
  1105. //关联图表和图片
  1106. this.setChartImage();
  1107. },300),
  1108. /* 保存当前图表配置 */
  1109. saveChartHandle: _.debounce(function () {
  1110. //遍历每条线的指标配置
  1111. let arr = this.tableData.map((item) => {
  1112. return {
  1113. ChartColor: item.ChartColor,
  1114. ChartStyle: item.ChartStyle,
  1115. ChartWidth: Number(item.ChartWidth),
  1116. EdbInfoId: item.EdbInfoId,
  1117. EdbInfoType: item.EdbInfoType,
  1118. IsAxis: item.IsAxis,
  1119. IsOrder: item.IsOrder,
  1120. LeadUnit: item.EdbInfoType ? '' : item.LeadUnit,
  1121. LeadValue: item.EdbInfoType ? 0 : Number(item.LeadValue),
  1122. MaxData: Number(item.MaxData),
  1123. MinData: Number(item.MinData),
  1124. };
  1125. });
  1126. let public_param = {
  1127. ChartInfoId: this.chartInfo.ChartInfoId || 0,
  1128. ChartEdbInfoList: arr,
  1129. }
  1130. let typeChartParam = {};
  1131. switch(this.chartInfo.ChartType) {
  1132. case 2:
  1133. typeChartParam = {
  1134. ...public_param,
  1135. Calendar: this.calendar_type,
  1136. DateType: this.year_select,
  1137. StartYear:this.count_year || 0,
  1138. StartDate: this.season_year ? this.season_year[0] : '',
  1139. EndDate: this.season_year ? this.season_year[1] : '',
  1140. }
  1141. break
  1142. case 7:
  1143. case 11:
  1144. typeChartParam = {
  1145. ...public_param,
  1146. DateType: 6,
  1147. LeftMin: String(this.chartLimit.min),
  1148. LeftMax: String(this.chartLimit.max),
  1149. }
  1150. break
  1151. case 10:
  1152. typeChartParam = {
  1153. ...public_param,
  1154. DateType: 6,
  1155. Calendar: "公历",
  1156. ExtraConfig: JSON.stringify({
  1157. ...JSON.parse(this.chartInfo.ExtraConfig),
  1158. XMinValue: String(this.chartLimit.x_min),
  1159. XMaxValue: String(this.chartLimit.x_max),
  1160. YMinValue: String(this.chartLimit.min),
  1161. YMaxValue: String(this.chartLimit.max),
  1162. })
  1163. }
  1164. break
  1165. }
  1166. let params = this.sameOptionType.includes(this.chartInfo.ChartType)
  1167. ? {
  1168. ...public_param,
  1169. DateType: this.year_select,
  1170. StartYear:this.count_year || 0,
  1171. StartDate:
  1172. this.year_select === 5 || this.year_select === 6
  1173. ? this.select_date[0]
  1174. : '',
  1175. EndDate: this.year_select === 5 ? this.select_date[1] : '',
  1176. }
  1177. : typeChartParam;
  1178. if(![7,10,11].includes(this.selected_chartType)){
  1179. const {
  1180. min,max,rightMin,rightMax,rightTwoMin,rightTwoMax
  1181. } = this.chartLimit
  1182. params = {
  1183. ...params,
  1184. LeftMin:min+'',
  1185. LeftMax:max+'',
  1186. RightMin:rightMin+'',
  1187. RightMax:rightMax+'',
  1188. Right2Min:rightTwoMin+'',
  1189. Right2Max:rightTwoMax+'',
  1190. //手动保存视为更改过上下限
  1191. MinMaxSave:1
  1192. }
  1193. }
  1194. dataBaseInterface.chartSave(params).then((res) => {
  1195. if (res.Ret === 200) {
  1196. // this.$message.success('保存成功');
  1197. this.$message.success(this.$t('MsgPrompt.saved_msg'));
  1198. sessionStorage.removeItem('myChartbeforeOptions');
  1199. //关联图表和图片
  1200. this.setChartImage();
  1201. }
  1202. });
  1203. }, 500),
  1204. /* 删除图表 */
  1205. delChartHandle() {
  1206. this.delHandle(this.chartInfo.ChartInfoId);
  1207. },
  1208. /* 删除方法 */
  1209. delHandle(ChartInfoId) {
  1210. dataBaseInterface
  1211. .delChartClassify({
  1212. ChartInfoId,
  1213. })
  1214. .then((res) => {
  1215. if (res.Ret !== 200) return;
  1216. this.$message.success(res.Msg);
  1217. sessionStorage.removeItem('myChartbeforeOptions');
  1218. let index = this.allChart.findIndex(
  1219. (item) => item === this.chartInfo.UniqueCode
  1220. );
  1221. this.$emit('remove',this.chartInfo.UniqueCode);
  1222. const newId = index > this.allChart.length - 1 ? this.allChart[0] : this.allChart[index];
  1223. if(this.allChart.length >= 1) this.getChartDetail(newId);
  1224. // //只有一个图表且删除了 则展示缺省
  1225. this.isNoChart = !this.allChart.length ? true : false;
  1226. });
  1227. },
  1228. /* 转base64 */
  1229. svgToBase64(svg) {
  1230. const base64img = `data:image/svg+xml;base64,${window.btoa(
  1231. unescape(encodeURI(svg))
  1232. )}`;
  1233. // console.log(base64img)
  1234. return base64img;
  1235. },
  1236. /* 点击保存时关联图表和截取的图片 */
  1237. setChartImage() {
  1238. let svg = this.$refs.chartRef.chart.getSVG({
  1239. chart:{
  1240. width: 340,
  1241. height: 230,
  1242. }
  1243. });
  1244. let form = new FormData();
  1245. form.append('Img', svg);
  1246. this.setImageHandle(form);
  1247. },
  1248. async setImageHandle(form) {
  1249. let { Data } = await dataBaseInterface.uploadImgSvg(form);
  1250. // let { Data } = await dataBaseInterface.uploadImg(form);
  1251. await dataBaseInterface.setChartImage({
  1252. ChartInfoId: this.chartInfo.ChartInfoId,
  1253. ImageUrl: Data.ResourceUrl,
  1254. });
  1255. },
  1256. /* 点击表格行展开配置项 */
  1257. rowClickHandle(row) {
  1258. this.expandKey =
  1259. this.expandKey.length && this.expandKey[0] === row.EdbCode
  1260. ? []
  1261. : [row.EdbCode];
  1262. // this.$refs.tableRef.toggleRowExpansion(row);
  1263. //曲线图点击行 自动置底
  1264. if (this.sameOptionType.includes(this.chartInfo.ChartType)) {
  1265. this.$nextTick(() => {
  1266. $('.cont-bottom')[0].scrollTop = 10000;
  1267. });
  1268. }
  1269. },
  1270. /* 设置row-key */
  1271. getRowKey(row) {
  1272. return row.EdbCode;
  1273. },
  1274. /* 控制展开一行收起其他行并高亮 */
  1275. expandChangeHandle(row, expandedRows) {
  1276. this.expandKey =
  1277. this.expandKey.length && this.expandKey[0] === row.EdbCode
  1278. ? []
  1279. : [row.EdbCode];
  1280. //曲线图点击行 自动置底
  1281. if (this.selected_chartType === 1) {
  1282. this.$nextTick(() => {
  1283. $('.cont-bottom')[0].scrollTop = 10000;
  1284. });
  1285. }
  1286. this.$refs.tableRef.setCurrentRow(row);
  1287. },
  1288. /* 移出我的图库 */
  1289. removeMychart(item) {
  1290. if (!this.select_classify)
  1291. return this.$message.warning(
  1292. '当前图表所属多个分类,请选中具体分类移出'
  1293. );
  1294. mychartInterface.del({ MyChartId: item.MyChartId,MyChartClassifyId: this.select_classify }).then((res) => {
  1295. if (res.Ret !== 200) return;
  1296. this.$message.success(/* '移出成功' */this.$t('MsgPrompt.move_out_msg'));
  1297. item.IsAdd = false;
  1298. sessionStorage.removeItem('myChartbeforeOptions');
  1299. let index = this.allChart.findIndex(
  1300. (item) => item === this.chartInfo.UniqueCode
  1301. );
  1302. this.$emit('remove',item.UniqueCode);
  1303. const newId = index > this.allChart.length - 1 ? this.allChart[0] : this.allChart[index];
  1304. if(this.allChart.length >= 1) this.getChartDetail(newId);
  1305. // //只有一个图表且删除了 则展示缺省
  1306. this.isNoChart = !this.allChart.length ? true : false;
  1307. });
  1308. },
  1309. /* 上下切换图表 同一分类内 */
  1310. switchChart(type) {
  1311. //判断当前图表在列表中的index pre时为0去最后一个 next时为最后一个取0
  1312. this.formItemArray=[]
  1313. let index = this.allChart.findIndex(
  1314. (item) => item === this.chartInfo.UniqueCode
  1315. );
  1316. let newCode = '';
  1317. if (type === 'prev') {
  1318. newCode =
  1319. index === 0
  1320. ? this.allChart[this.allChart.length - 1]
  1321. : this.allChart[index - 1];
  1322. } else {
  1323. newCode =
  1324. index === this.allChart.length - 1
  1325. ? this.allChart[0]
  1326. : this.allChart[index + 1];
  1327. }
  1328. sessionStorage.removeItem('myChartbeforeOptions');
  1329. this.getChartDetail(newCode);
  1330. this.resetShowPopConfirmMap()
  1331. },
  1332. /* 编辑图表 */
  1333. editChartHandle() {
  1334. let path = '';
  1335. if(this.chartInfo.Source === 1){
  1336. path='/editchart'
  1337. }else if([2,5].includes(this.chartInfo.Source)){
  1338. path='/addCommodityChart'
  1339. }else if([3,4].includes(this.chartInfo.Source)){
  1340. path='/relevancechartEditor'
  1341. }else if(this.chartInfo.Source===6){
  1342. path='/fittingEquationChartEditor'
  1343. }else if([7,8,9].includes(this.chartInfo.Source)) {
  1344. path='/statisticFeatureChartEditor'
  1345. }else if(this.chartInfo.Source===10) {
  1346. path='/crossVarietyChartEditor'
  1347. }
  1348. let { href } = this.$router.resolve({
  1349. path,
  1350. query: {
  1351. code: this.chartInfo.UniqueCode,
  1352. from: 'mychart'
  1353. }
  1354. })
  1355. window.open(href,'_blank');
  1356. },
  1357. /* 分享图表链接 */
  1358. shareUrl() {
  1359. var clipboard = new this.Clipboard('.shareLink')
  1360. clipboard.on('success', e => {
  1361. // this.$message.success('复制链接成功')
  1362. this.$message.success(this.$t('Chart.OptMsg.copy_link_success'))
  1363. e.clearSelection() // 释放内存
  1364. clipboard.destroy()
  1365. })
  1366. // // 浏览器不支持
  1367. clipboard.on('error', e => {
  1368. // this.$message.warning('浏览器暂不支持')
  1369. this.$message.warning(this.$t('MsgPrompt.browser_not_support'))
  1370. // 释放内存
  1371. clipboard.destroy()
  1372. })
  1373. },
  1374. copyTitleText() {
  1375. /* let clipboard = new this.Clipboard('.my-chart-title')
  1376. clipboard.on('success', e => {
  1377. this.$message.success('复制标题成功')
  1378. e.clearSelection() // 释放内存
  1379. clipboard.destroy()
  1380. })
  1381. // // 浏览器不支持
  1382. clipboard.on('error', e => {
  1383. this.$message.warning('浏览器暂不支持')
  1384. // 释放内存
  1385. clipboard.destroy()
  1386. }) */
  1387. try{
  1388. copyFit(this.chartInfo.ChartName||'')
  1389. // this.$message.success("复制标题成功")
  1390. this.$message.success(this.$t('Chart.OptMsg.copy_tit_success'))
  1391. }catch(e){
  1392. // this.$message.warning("复制标题失败")
  1393. this.$message.warning(this.$t('Chart.OptMsg.copy_tit_fail'))
  1394. }
  1395. },
  1396. init() {
  1397. this.dateTip = /* '请选择时间段' */ this.$t('Chart.choose_time');
  1398. sessionStorage.removeItem('myChartbeforeOptions');
  1399. },
  1400. close() {
  1401. this.init();
  1402. this.$emit('close');
  1403. $('#right > div > div:nth-child(4) .v-modal').remove()
  1404. },
  1405. },
  1406. created() {},
  1407. mounted() {},
  1408. };
  1409. </script>
  1410. <style lang="scss">
  1411. .chart-detail-container {
  1412. min-width: 1200px;
  1413. $font_normal: 14px;
  1414. $font_mini: 12px;
  1415. $normal_height: 650px;
  1416. $mini_height: 550px;
  1417. .date-setting{
  1418. border: 1px solid #DCDFE6;
  1419. border-radius: 4px;
  1420. cursor: pointer;
  1421. color: #333333;
  1422. line-height: 16px;
  1423. }
  1424. @media screen and (max-width: 1710px) {
  1425. /* transform: scale(0.8);
  1426. left: 10%;
  1427. top: 5%; */
  1428. .year-btn {
  1429. padding: 8px 20px;
  1430. }
  1431. .year-btn,.btn-sty,.top-right {
  1432. font-size: $font_mini;
  1433. }
  1434. .el-icon-refresh {
  1435. font-size: 14px;
  1436. }
  1437. .el-table {
  1438. font-size: $font_mini;
  1439. td,th {
  1440. padding: 8px 0;
  1441. }
  1442. .el-table__expanded-cell {
  1443. padding: 10px 15px;
  1444. }
  1445. }
  1446. .cont-bottom,.nodata {
  1447. height: $mini_height;
  1448. }
  1449. .min-data-input {
  1450. margin-top: 220px;
  1451. }
  1452. .btn-sty {
  1453. padding: 8px;
  1454. }
  1455. .date-setting{
  1456. width: 180px;
  1457. padding: 10px;
  1458. font-size: 12px;
  1459. }
  1460. }
  1461. @media screen and (min-width: 1711px) {
  1462. .year-btn,.btn-sty,.top-right {
  1463. font-size: $font_normal;
  1464. }
  1465. .cont-bottom,.nodata {
  1466. height: $normal_height;
  1467. }
  1468. .min-data-input {
  1469. margin-top: 308px;
  1470. }
  1471. .btn-sty {
  1472. padding: 10px;
  1473. }
  1474. .date-setting{
  1475. width: 210px;
  1476. padding: 10px;
  1477. border: 1px solid #DCDFE6;
  1478. border-radius: 4px;
  1479. cursor: pointer;
  1480. font-size: 14px;
  1481. color: #333333;
  1482. }
  1483. .el-table__expanded-cell {
  1484. padding: 20px 26px;
  1485. }
  1486. }
  1487. .el-dialog__body {
  1488. padding: 10px 0 20px;
  1489. }
  1490. .nodata {
  1491. text-align: center;
  1492. padding: 40px 0;
  1493. color: #999;
  1494. }
  1495. .my-chart-title:hover {
  1496. text-decoration: underline;
  1497. }
  1498. .header {
  1499. padding: 0 30px 0;
  1500. position: relative;
  1501. display: flex;
  1502. align-items: center;
  1503. justify-content: space-between;
  1504. .close {
  1505. font-size: 26px;
  1506. position: absolute;
  1507. right: 0;
  1508. top: 50%;
  1509. transform: translateY(-50%);
  1510. cursor: pointer;
  1511. }
  1512. .top-left {
  1513. .year-btn {
  1514. min-width: 98px;
  1515. margin-right: 5px;
  1516. margin-bottom: 5px;
  1517. }
  1518. .btn-sty {
  1519. border: 1px solid #409eff;
  1520. }
  1521. }
  1522. .top-right {
  1523. .join_txt {
  1524. color: #409eff;
  1525. cursor: pointer;
  1526. &:hover {
  1527. text-decoration: underline;
  1528. }
  1529. }
  1530. .collected {
  1531. color: #f00;
  1532. cursor: pointer;
  1533. &:hover {
  1534. text-decoration: underline;
  1535. }
  1536. }
  1537. .span-item {
  1538. color: #409eff;
  1539. cursor: pointer;
  1540. &:hover {
  1541. text-decoration: underline;
  1542. }
  1543. .el-icon-collection,
  1544. .el-icon-document-copy {
  1545. color: #409eff;
  1546. }
  1547. }
  1548. }
  1549. }
  1550. .cont-bottom {
  1551. padding: 10px 30px 30px;
  1552. overflow: auto;
  1553. .error-tip{ color: #D03F28; font-size: 16px;padding: 25px 0 0 25px; }
  1554. .el-input__inner {
  1555. height: 27px;
  1556. line-height: 27px;
  1557. padding: 0 4px;
  1558. }
  1559. .el-input-number .el-input__inner {
  1560. padding: 0 34px 0 4px;
  1561. }
  1562. .el-color-picker--mini .el-color-picker__trigger {
  1563. width: 60px;
  1564. height: 25px;
  1565. padding: 0;
  1566. }
  1567. .el-color-picker--mini .el-color-picker__mask {
  1568. width: 60px;
  1569. height: 25px;
  1570. }
  1571. .highcharts-range-selector-group {
  1572. display: none;
  1573. .highcharts-input-group {
  1574. display: none;
  1575. }
  1576. }
  1577. .highcharts-axis-title {
  1578. display: block;
  1579. }
  1580. .calendar-cont {
  1581. display: block;
  1582. margin: 10px auto 0;
  1583. text-align: center;
  1584. }
  1585. /* =================== */
  1586. .chart-show-cont {
  1587. /* margin-bottom: 15px; */
  1588. padding: 0 180px 10px 150px;
  1589. position: relative;
  1590. .chart-title {
  1591. font-size: 16px;
  1592. font-weight: normal;
  1593. text-align: center;
  1594. margin-bottom: 10px;
  1595. }
  1596. .chart-author {
  1597. color: #333;
  1598. position: absolute;
  1599. bottom: 10px;
  1600. right: 38px;
  1601. }
  1602. .chartWrapper {
  1603. position: relative;
  1604. min-height: 300px;
  1605. .range-cont {
  1606. position: absolute;
  1607. top: 10%;
  1608. .min-data-input {
  1609. width: 60px;
  1610. display: block;
  1611. }
  1612. &.left {
  1613. left: -80px;
  1614. }
  1615. &.right {
  1616. right: -65px;
  1617. }
  1618. &.rightTwo {
  1619. right: -140px;
  1620. }
  1621. &.bottom {
  1622. width: 100%;
  1623. display: flex;
  1624. justify-content: space-between;
  1625. top: auto;
  1626. right: 0;
  1627. bottom: -1%;
  1628. .left {
  1629. width: 60px;
  1630. display: block;
  1631. flex-shrink: 0;
  1632. }
  1633. }
  1634. }
  1635. .arrow {
  1636. width: 38px;
  1637. height: 38px;
  1638. position: absolute;
  1639. color: #999;
  1640. top: 50%;
  1641. transform: translateY(-50%);
  1642. cursor: pointer;
  1643. &:hover {
  1644. opacity: 0.7;
  1645. }
  1646. &.left {
  1647. left: -150px;
  1648. }
  1649. &.right {
  1650. right: -180px;
  1651. }
  1652. }
  1653. }
  1654. }
  1655. .options-cont {
  1656. display: flex;
  1657. flex-wrap: wrap;
  1658. justify-content: space-between;
  1659. }
  1660. }
  1661. .drawImg {
  1662. position: absolute;
  1663. top: -999px;
  1664. z-index: -100;
  1665. }
  1666. }
  1667. </style>
  1668. <style lang="scss">
  1669. .el-dialog .el-dialog__header {
  1670. padding: 15px 40px 15px 25px;
  1671. }
  1672. .edb-item-style .el-input__icon {
  1673. line-height: 27px;
  1674. }
  1675. </style>