detail.vue 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557
  1. <template>
  2. <div class="workbenchdetail">
  3. <div
  4. class="page-main clear"
  5. v-if="powers && powers.length > 0 && powers.some((item) => item == '007')"
  6. >
  7. <div v-if="status !== '1'">
  8. <search-not :placeholder="'招标任务已结束!'" />
  9. </div>
  10. <div v-else>
  11. <div class="left">
  12. <div class="left-main">
  13. <div class="left-card" v-if="sitem">
  14. <div class="page-main-title">招标任务信息</div>
  15. <ul class="page-main-ul clear">
  16. <li>任务单号:</li>
  17. <li>{{ queryId }}</li>
  18. <li>截止时间:</li>
  19. <li>{{ sitem.endtime }}</li>
  20. <!-- <li>剩余时间:</li>
  21. <li>2020-09-20 17:00:00</li> -->
  22. <li>购买数量:</li>
  23. <li>{{ sitem.num }}{{ sitem.unit_name }}</li>
  24. <li>预算单价:</li>
  25. <li>{{ sitem.original_price }}元</li>
  26. <li>咨询人:</li>
  27. <li>{{ sitem.salesman }}</li>
  28. <li>到货时间:</li>
  29. <li>{{ sitem.arrival_time }}</li>
  30. <li>客户名称:</li>
  31. <li>{{ sitem.khname }}</li>
  32. </ul>
  33. </div>
  34. <div class="left-card" v-if="sitem">
  35. <div class="page-main-title">商品要求</div>
  36. <ul class="page-main-ul clear">
  37. <li>商品名称:</li>
  38. <li>{{ sitem.good_name }}</li>
  39. <li v-if="sitem.good_img">商品图片:</li>
  40. <li v-if="sitem.good_img">
  41. <img
  42. v-viewer
  43. :src="sitem.good_img"
  44. class="hover"
  45. style="width: 20px; height: 20px; display: inline-block"
  46. />
  47. </li>
  48. <li>商品分类:</li>
  49. <li>{{ sitem.can_name }}</li>
  50. <li>商品品牌:</li>
  51. <li>{{ sitem.brand ? sitem.brand : "无要求" }}</li>
  52. <li>商品规格:</li>
  53. <li>
  54. <el-table
  55. :data="sitem.specinfo"
  56. border
  57. stripe
  58. :size="'mini'"
  59. style="width: 100%"
  60. >
  61. <el-table-column
  62. prop="spec_name"
  63. label="类型:值"
  64. show-overflow-tooltip
  65. >
  66. <template slot-scope="scope">
  67. {{ scope.row.spec_name }}:{{
  68. scope.row.spec_value_name
  69. }}
  70. </template></el-table-column
  71. >
  72. </el-table>
  73. </li>
  74. <li>总重量:</li>
  75. <li>{{ sitem.total_weight }}g</li>
  76. <li>是否多地:</li>
  77. <li>{{ sitem.is_addrs === "1" ? "多地" : "一地" }}</li>
  78. <li>是否定制:</li>
  79. <li>{{ sitem.is_custom === "1" ? "定制" : "非定制" }}</li>
  80. <li v-if="sitem.is_metal">启用金价:</li>
  81. <li v-if="sitem.is_metal">
  82. {{ sitem.is_gold_price === "1" ? "启用" : "不启用" }}
  83. </li>
  84. <li v-if="sitem.is_metal">配置要求:</li>
  85. <li v-if="sitem.is_metal">{{ sitem.config }}</li>
  86. <li v-if="sitem.is_metal">金属克重:</li>
  87. <li v-if="sitem.is_metal">{{ sitem.specs_weight }}g</li>
  88. <li v-if="sitem.is_metal">其他要求:</li>
  89. <li v-if="sitem.is_metal">
  90. {{ sitem.other_config }}
  91. </li>
  92. <li v-if="sitem.is_metal">金属种类:</li>
  93. <li v-if="sitem.is_metal">
  94. {{ sitem.metal_name }}
  95. </li>
  96. <li v-if="sitem && sitem.cost_desc">工艺说明:</li>
  97. <li v-if="sitem && sitem.cost_desc">{{ sitem.cost_desc }}</li>
  98. <li>产品用途:</li>
  99. <li>{{ sitem.use_desc }}</li>
  100. <li>商品备注:</li>
  101. <li>{{ sitem.remark }}</li>
  102. <li>商品附件:</li>
  103. <li v-if="sitem && sitem.enclosure_file "><a :href="sitem.enclosure_file" download="附件" class="fl" >点击下载附件</a></li>
  104. </ul>
  105. </div>
  106. </div>
  107. </div>
  108. <div class="p-right">
  109. <div
  110. v-if="editType == '' || editType == 'wait'"
  111. class="right-mian-wait"
  112. >
  113. <div class="title">采返工作台</div>
  114. <div class="main">暂无工作数据!</div>
  115. </div>
  116. <template v-else>
  117. <base-form
  118. :id="queryId"
  119. :editId="editId"
  120. :type="editType"
  121. :askItem="sitem"
  122. :sitem="baseSitem"
  123. :newTime="newTime"
  124. @refresh="(editType = 'wait'), searchList()"
  125. @cancel="editType = 'wait'"
  126. v-if="newTime !== ''"
  127. />
  128. </template>
  129. </div>
  130. <div class="bottom">
  131. <el-table
  132. :data="tableData"
  133. border
  134. stripe
  135. :size="'mini'"
  136. style="width: 100%"
  137. >
  138. <el-table-column
  139. prop="good_img"
  140. label="图片"
  141. width="48"
  142. show-overflow-tooltip
  143. >
  144. <template slot-scope="scope">
  145. <div
  146. v-if="scope.row.good_img"
  147. style="width: 20px; height: 20px"
  148. class="hover"
  149. v-viewer
  150. >
  151. <img
  152. :src="scope.row.good_img"
  153. style="display: inline-block; width: 100%; height: 100%"
  154. alt=""
  155. />
  156. </div>
  157. </template>
  158. </el-table-column>
  159. <el-table-column
  160. prop="good_name"
  161. label="商品名称"
  162. min-width="120"
  163. show-overflow-tooltip
  164. />
  165. <el-table-column
  166. prop="total_fee"
  167. label="成本合计"
  168. width="110"
  169. show-overflow-tooltip
  170. />
  171. <el-table-column
  172. prop="bargain_status"
  173. label="采返信息状态"
  174. width="100"
  175. show-overflow-tooltip
  176. >
  177. <template slot-scope="scope">
  178. <el-tag
  179. type="''"
  180. :size="'mini'"
  181. v-if="scope.row.bargain_status === '0'"
  182. >新建信息</el-tag
  183. >
  184. <el-tag type="danger" :size="'mini'" v-else>待确认</el-tag>
  185. </template></el-table-column
  186. >
  187. <el-table-column
  188. prop="specinfo"
  189. label="规格"
  190. width="100"
  191. show-overflow-tooltip
  192. >
  193. <template slot-scope="scope">
  194. <span v-for="(item, ii) in scope.row.specinfo" :key="item + ii"
  195. ><span v-if="ii !== 0">--</span>{{ item.spec_name }}[{{
  196. item.spec_value_name
  197. }}]</span
  198. >
  199. </template></el-table-column
  200. >
  201. <el-table-column
  202. prop="unit"
  203. label="单位"
  204. width="45"
  205. show-overflow-tooltip
  206. />
  207. <el-table-column
  208. prop="brand_name"
  209. label="品牌"
  210. width="80"
  211. show-overflow-tooltip
  212. />
  213. <el-table-column
  214. prop="supplierName"
  215. label="供应商"
  216. show-overflow-tooltip
  217. />
  218. <el-table-column fixed="right" label="操作" width="80">
  219. <template slot="header" slot-scope="scope">
  220. <span>操作</span>
  221. <el-tooltip
  222. effect="dark"
  223. content="添加反馈商品"
  224. placement="top"
  225. >
  226. <i
  227. class="el-icon-circle-plus-outline tb-icon fr"
  228. @click="openModal('add', 'add')"
  229. ></i>
  230. </el-tooltip>
  231. </template>
  232. <template slot-scope="scope">
  233. <el-tooltip
  234. v-if="powers.some((item) => item == '007')"
  235. effect="dark"
  236. content="详情"
  237. placement="top"
  238. >
  239. <i
  240. class="el-icon-view tb-icon"
  241. @click="openModal(scope.row.bidNo, 'view')"
  242. ></i>
  243. </el-tooltip>
  244. <el-tooltip effect="dark" content="修改" placement="top">
  245. <i
  246. class="el-icon-edit tb-icon"
  247. @click="openModal(scope.row.bidNo, 'edit')"
  248. ></i>
  249. </el-tooltip>
  250. </template>
  251. </el-table-column>
  252. </el-table>
  253. </div>
  254. </div>
  255. </div>
  256. <div v-else>
  257. <no-auth></no-auth>
  258. </div>
  259. </div>
  260. </template>
  261. <script>
  262. import asyncRequest from "@/apis/service/purchaseIn/workbench";
  263. import resToken from "@/mixins/resToken";
  264. import { mapGetters } from "vuex";
  265. import baseForm from "./components/baseForm";
  266. export default {
  267. name: "workbenchDetail",
  268. components: {
  269. baseForm,
  270. },
  271. mixins: [resToken],
  272. computed: {
  273. ...mapGetters(["tablebtnSize", "searchSize", "size"]),
  274. powers() {
  275. let tran =
  276. this.$store.getters.btnList.find(
  277. (item) => item.menu_route == "workbenchDetail"
  278. ) || {};
  279. if (tran && tran.action && tran.action.length > 0) {
  280. return tran.action;
  281. } else {
  282. return [];
  283. }
  284. },
  285. },
  286. data() {
  287. return {
  288. num: 60,
  289. timer: null,
  290. loading: false,
  291. showModel: false,
  292. tableData: [],
  293. baseSitem: {},
  294. isDetail: false,
  295. modelId: 0,
  296. queryId: "",
  297. status: "",
  298. sitem: {},
  299. newTime: "",
  300. editId: "add",
  301. editType: "wait",
  302. parmValue: {
  303. page: 1,
  304. size: 100,
  305. zxNo: "",
  306. infoNo: "",
  307. bidNo: "",
  308. projectNo: "",
  309. is_own: "1",
  310. },
  311. };
  312. },
  313. mounted() {
  314. this.initForm();
  315. },
  316. beforeDestroy() {
  317. if (this.timer) {
  318. clearInterval(this.timer);
  319. }
  320. },
  321. methods: {
  322. async initForm() {
  323. this.editType = "wait";
  324. const { id } = this.$route.query;
  325. this.queryId = id;
  326. console.log(this.queryId);
  327. this.loading = true;
  328. await this.initData();
  329. await this.searchList();
  330. this.loading = false;
  331. },
  332. async initData() {
  333. const { code, message, data } = await asyncRequest.detail({
  334. infoNo: this.queryId,
  335. });
  336. if (code === 0) {
  337. const { status } = data;
  338. this.status = status;
  339. this.sitem = JSON.parse(JSON.stringify(data));
  340. const { can } = this.sitem;
  341. this.sitem.is_metal = "";
  342. this.sitem.can_id_arr = [];
  343. this.sitem.can_name = "";
  344. let can_name = "",
  345. can_id_arr = [],
  346. is_metal = false;
  347. can.forEach((e, i) => {
  348. can_name += i == 0 ? e.name : `_${e.name}`;
  349. can_id_arr.push(e.id);
  350. if (e.id === "6") {
  351. is_metal = true;
  352. }
  353. });
  354. this.sitem.is_metal = is_metal;
  355. this.sitem.can_id_arr = can_id_arr;
  356. this.sitem.can_name = can_name;
  357. this.getNewTime();
  358. await this.well_timer();
  359. } else if (code >= 100 && code <= 104) {
  360. await this.logout();
  361. } else {
  362. this.$message.warning(message);
  363. }
  364. },
  365. async well_timer() {
  366. this.timer = setInterval(async () => {
  367. if (this.num !== 0) {
  368. this.num--;
  369. } else {
  370. if (this.timer) {
  371. const { code, status, message } = await this.repeat_initData();
  372. if (code === 0 && status === "1") {
  373. this.num = 60;
  374. } else if (code === 0 && status !== "1") {
  375. this.status = status;
  376. this.clearTime();
  377. } else if (code >= 100 && code <= 104) {
  378. this.clearTime();
  379. await this.logout();
  380. } else {
  381. this.clearTime();
  382. this.$message.warning(message);
  383. }
  384. }
  385. }
  386. }, 1000);
  387. },
  388. clearTime() {
  389. if (this.timer) {
  390. clearInterval(this.timer);
  391. this.num = 0;
  392. }
  393. },
  394. async repeat_initData() {
  395. const { code, message, data } = await asyncRequest.detail({
  396. infoNo: this.queryId,
  397. });
  398. const { status } = data;
  399. const res = { code, status, message };
  400. return res;
  401. },
  402. getNewTime() {
  403. this.newTime = new Date().valueOf();
  404. },
  405. openModal(bidNo, type) {
  406. const { id } = this.$route.query;
  407. this.queryId = id;
  408. this.editId = bidNo;
  409. this.editType = type;
  410. this.getNewTime();
  411. },
  412. // 刷新表格
  413. async searchList() {
  414. this.loading = true;
  415. this.parmValue.infoNo = this.queryId;
  416. const { code, data, message } = await asyncRequest.good_list(
  417. this.parmValue
  418. );
  419. if (code === 0) {
  420. const { list } = data;
  421. this.tableData = list;
  422. } else if (code >= 100 && code <= 104) {
  423. await this.logout();
  424. } else {
  425. this.tableData = [];
  426. }
  427. this.loading = false;
  428. },
  429. },
  430. };
  431. </script>
  432. <style lang="scss" scoped>
  433. @import "~@/styles/mixin.scss";
  434. .workbenchdetail {
  435. //
  436. position: relative;
  437. width: 100%;
  438. height: calc(100vh - 50px);
  439. box-sizing: border-box;
  440. overflow: hidden;
  441. .page-main {
  442. position: relative;
  443. background: #f2f2f2;
  444. width: 100%;
  445. height: calc(100vh - 50px);
  446. box-sizing: border-box;
  447. // padding:16px;
  448. .left {
  449. position: absolute;
  450. top: 16px;
  451. left: 16px;
  452. width: 220px;
  453. overflow: hidden;
  454. height: calc(100vh - 82px);
  455. .left-main {
  456. background: rgba(242, 242, 242, 1);
  457. width: 100%;
  458. overflow-y: scroll;
  459. overflow-x: hidden;
  460. // background: #fff;
  461. height: calc(100vh - 82px);
  462. @include scrollBar();
  463. }
  464. }
  465. .p-right {
  466. top: 16px;
  467. right: 16px;
  468. width: calc(100% - 258px);
  469. height: calc(100vh - 276px);
  470. overflow-y: scroll;
  471. background: #fff;
  472. overflow-x: hidden;
  473. position: absolute;
  474. @include scrollBar();
  475. .right-mian-wait {
  476. .title {
  477. height: 45px;
  478. font-size: 17px;
  479. line-height: 45px;
  480. box-sizing: border-box;
  481. padding: 0 16px;
  482. border-bottom: 1px solid rgba(242, 242, 242, 1);
  483. }
  484. .main {
  485. text-align: center;
  486. line-height: 180px;
  487. }
  488. }
  489. }
  490. .bottom {
  491. position: absolute;
  492. bottom: 16px;
  493. right: 16px;
  494. background: #fff;
  495. width: calc(100% - 258px);
  496. height: 180px;
  497. min-height: 180px;
  498. overflow-y: scroll;
  499. overflow-x: hidden;
  500. @include scrollBar();
  501. padding: 16px;
  502. }
  503. .left-card,
  504. .right-card,
  505. .bottom-card {
  506. background: #fff;
  507. font-size: 12px;
  508. // padding:16px;
  509. line-height: 18px;
  510. margin: 8px 0 0 0;
  511. &:first-child {
  512. margin: 0;
  513. }
  514. .page-main-title {
  515. height: 45px;
  516. font-size: 17px;
  517. line-height: 45px;
  518. box-sizing: border-box;
  519. padding: 0 16px;
  520. border-bottom: 1px solid rgba(242, 242, 242, 1);
  521. }
  522. .page-main-ul {
  523. padding: 10px 16px 16px 16px;
  524. li {
  525. float: left;
  526. font-size: 12px;
  527. line-height: 25px;
  528. &:nth-child(2n + 1) {
  529. width: 60px;
  530. text-align: right;
  531. }
  532. &:nth-child(2n + 2) {
  533. width: calc(100% - 60px);
  534. }
  535. }
  536. }
  537. }
  538. }
  539. }
  540. </style>