apply_detail.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. <template>
  2. <div class="detail-container">
  3. <div v-show="!isShowPrint">
  4. <el-page-header @back="goBack" content="详情"></el-page-header>
  5. <div class="main-title">
  6. <div class="title">发货申请单信息</div>
  7. </div>
  8. <div class="diy-table-1">
  9. <el-row>
  10. <el-col :span="8" class="item">
  11. <div class="label">发货申请单号</div>
  12. <div class="value">{{detailData.id}}</div>
  13. </el-col>
  14. <el-col :span="8" class="item">
  15. <div class="label">申请日期</div>
  16. <div class="value">{{detailData.createTime}}</div>
  17. </el-col>
  18. <el-col :span="8" class="item">
  19. <div class="label">单据状态</div>
  20. <div class="value">{{detailData.examineStatus | statusFilter}}</div>
  21. </el-col>
  22. <el-col :span="8" class="item">
  23. <div class="label">经销商编号</div>
  24. <div class="value">{{detailData.customerNumber}}</div>
  25. </el-col>
  26. <el-col :span="16" class="item">
  27. <div class="label">经销商名称</div>
  28. <div class="value">{{detailData.customerName}}</div>
  29. </el-col>
  30. <el-col :span="8" class="item">
  31. <div class="label">仓库</div>
  32. <div class="value">{{detailData.correspondName}}</div>
  33. </el-col>
  34. <el-col :span="16" class="item">
  35. <div class="label">备注</div>
  36. <div class="value">{{detailData.remark}}</div>
  37. </el-col>
  38. <el-col :span="24" class="item file">
  39. <div class="label">附件</div>
  40. <div class="value">
  41. <div class="file-list" v-if="detailData.fileUrl">
  42. <div class="file-item">
  43. <el-image v-if="checkFileType(detailData.fileUrl) == 'image'" class="img" :src="imageURL + detailData.fileUrl" :preview-src-list="[imageURL + detailData.fileUrl]"></el-image>
  44. <div v-else class="box2" @click="openLink(detailData.fileUrl)">
  45. <img src="@/assets/common/word.png" v-if="checkFileType(detailData.fileUrl) == 'word'" />
  46. <img src="@/assets/common/excel.png" v-if="checkFileType(detailData.fileUrl) == 'excel'" />
  47. <img src="@/assets/common/ppt.png" v-if="checkFileType(detailData.fileUrl) == 'ppt'" />
  48. <img src="@/assets/common/pdf.png" v-if="checkFileType(detailData.fileUrl) == 'pdf'" />
  49. <div class="name ellipsis-3">{{ detailData.fileName }}</div>
  50. </div>
  51. </div>
  52. </div>
  53. </div>
  54. </el-col>
  55. <el-col :span="6" class="item">
  56. <div class="label">制单人</div>
  57. <div class="value">{{detailData.createBy}}</div>
  58. </el-col>
  59. <el-col :span="6" class="item">
  60. <div class="label">制单日期</div>
  61. <div class="value">{{detailData.createTime}}</div>
  62. </el-col>
  63. <el-col :span="6" class="item">
  64. <div class="label">审核人</div>
  65. <div class="value">{{detailData.approvalName}}</div>
  66. </el-col>
  67. <el-col :span="6" class="item">
  68. <div class="label">审核日期</div>
  69. <div class="value">{{detailData.approvalTime}}</div>
  70. </el-col>
  71. <el-col :span="24" class="item">
  72. <div class="label">审批说明</div>
  73. <div class="value">{{detailData.approvalRemark}}</div>
  74. </el-col>
  75. </el-row>
  76. </div>
  77. <div class="main-title">
  78. <div class="title">货品信息</div>
  79. </div>
  80. <div class="table" style="margin-top: 20px">
  81. <el-table
  82. :data="detailData.orders"
  83. element-loading-text="Loading"
  84. border
  85. fit
  86. highlight-current-row
  87. stripe
  88. show-summary
  89. :summary-method="$getSummaries">
  90. <el-table-column align="center" label="序号" type="index" width="50"></el-table-column>
  91. <el-table-column align="left" label="销售类型" prop="saleTypeName" min-width="100" show-overflow-tooltip></el-table-column>
  92. <el-table-column align="left" label="销售订单号" prop="mainOrderId" min-width="120" show-overflow-tooltip></el-table-column>
  93. <el-table-column align="left" label="物料编码" prop="materialCode" min-width="120" show-overflow-tooltip></el-table-column>
  94. <el-table-column align="left" label="产品编码" prop="materialOldNumber" min-width="120" show-overflow-tooltip></el-table-column>
  95. <el-table-column align="left" label="产品名称" prop="materialName" min-width="160" show-overflow-tooltip></el-table-column>
  96. <el-table-column align="left" label="规格型号" prop="specification" min-width="350" show-overflow-tooltip></el-table-column>
  97. <el-table-column align="left" label="单位" prop="unit" min-width="100" show-overflow-tooltip></el-table-column>
  98. <el-table-column align="right" label="含税单价" prop="singlePayPrice" min-width="100" show-overflow-tooltip>
  99. <template slot-scope="scope">
  100. {{scope.row.singlePayPrice | numToFixed}}
  101. </template>
  102. </el-table-column>
  103. <el-table-column align="right" label="价税合计" prop="payAmount" min-width="100" show-overflow-tooltip>
  104. <template slot-scope="scope">
  105. {{scope.row.payAmount | numToFixed}}
  106. </template>
  107. </el-table-column>
  108. <el-table-column align="right" label="返利金额" prop="payRebateAmount" min-width="100" show-overflow-tooltip>
  109. <template slot-scope="scope">
  110. {{scope.row.payRebateAmount | numToFixed}}
  111. </template>
  112. </el-table-column>
  113. <el-table-column align="right" label="格力折扣" prop="totalDiscAmount" min-width="100" show-overflow-tooltip>
  114. <template slot-scope="scope">
  115. {{scope.row.totalDiscAmount | numToFixed}}
  116. </template>
  117. </el-table-column>
  118. <el-table-column align="right" label="申请数量" prop="invoiceNum" min-width="100" show-overflow-tooltip></el-table-column>
  119. <el-table-column align="right" label="审批数量" prop="approvalNumber" min-width="100" show-overflow-tooltip></el-table-column>
  120. <el-table-column align="right" label="已退数量" prop="retiredQty" min-width="100" show-overflow-tooltip v-if="detailData.type !== 2"></el-table-column>
  121. <el-table-column align="left" label="订单备注" prop="headerRemark" min-width="160" show-overflow-tooltip></el-table-column>
  122. <el-table-column align="left" label="发货申请备注" prop="remark" min-width="160" show-overflow-tooltip></el-table-column>
  123. <el-table-column align="left" label="表体备注" prop="invoiceRemark" min-width="160" show-overflow-tooltip></el-table-column>
  124. <el-table-column align="left" label="业务员" prop="serviceName" min-width="100" show-overflow-tooltip></el-table-column>
  125. <el-table-column align="left" label="表头业务员" prop="k3ServiceName" min-width="100" show-overflow-tooltip></el-table-column>
  126. </el-table>
  127. </div>
  128. <div v-if="isExamine">
  129. <div class="main-title">
  130. <div class="title">审批记录</div>
  131. </div>
  132. <div class="diy-table-1">
  133. <el-row :gutter="0">
  134. <el-col :span="12" class="item">
  135. <div class="label">审批人</div>
  136. <div class="value">{{detailData.approvalName}}</div>
  137. </el-col>
  138. <el-col :span="12" class="item">
  139. <div class="label">审批结果</div>
  140. <div class="value">{{detailData.examineStatus | statusFilter}}</div>
  141. </el-col>
  142. <el-col :span="24" class="item">
  143. <div class="label">审批说明</div>
  144. <div class="value">{{detailData.approvalRemark}}</div>
  145. </el-col>
  146. </el-row>
  147. </div>
  148. </div>
  149. <div class="page-footer">
  150. <div class="footer">
  151. <el-button type="primary" icon="el-icon-printer" @click="toPrint" :disabled="detailData.examineStatus !== 'OK'">打 印</el-button>
  152. <el-popconfirm title="确定关闭吗?" @onConfirm="goBack" style="margin-left: 10px;">
  153. <el-button slot="reference">关 闭</el-button>
  154. </el-popconfirm>
  155. </div>
  156. </div>
  157. </div>
  158. <CommonPrint :printId="printId" :printType="printType" v-if="isShowPrint" @backDetail="backDetail" />
  159. </div>
  160. </template>
  161. <script>
  162. import { getApplyDetail } from "@/api/supply/apply";
  163. import { getFileUrl } from '@/api/common';
  164. import CommonPrint from "@/views/supply/deliver/components/common_print";
  165. export default {
  166. name: 'ApplyDetail',
  167. componentName: 'ApplyDetail',
  168. props: ['listItem'],
  169. components: {
  170. CommonPrint,
  171. },
  172. filters: {
  173. statusFilter(val) {
  174. const statusList = [
  175. { label: '已保存', value: 'SAVE' },
  176. { label: '待审核', value: 'WAIT' },
  177. { label: '审核通过', value: 'OK' },
  178. { label: '审核驳回', value: 'FAIL' },
  179. { label: '已关闭', value: 'CLOSE' },
  180. ];
  181. let obj = statusList.find(o => o.value == val);
  182. return obj ? obj.label : ''
  183. }
  184. },
  185. data() {
  186. return {
  187. imageURL: this.$imageUrl,
  188. detailData: {},
  189. printType: 1,
  190. printId: '',
  191. isShowPrint: false,
  192. }
  193. },
  194. computed: {
  195. isExamine() {
  196. return this.detailData.examineStatus === 'OK' || this.detailData.examineStatus === "FAIL"
  197. },
  198. },
  199. created() {
  200. this.getDetail();
  201. },
  202. methods: {
  203. // 返回列表
  204. goBack() {
  205. this.$emit('backListFormDetail');
  206. },
  207. // 获取详情
  208. getDetail() {
  209. getApplyDetail({id: this.listItem.id}).then(res => {
  210. if(res.data.orders) {
  211. res.data.orders.forEach(item => {
  212. item.sums1 = ['invoiceNum', 'approvalNumber', 'retiredQty'];
  213. item.sums2 = ['singlePayPrice', 'payAmount', 'payRebateAmount', 'totalDiscAmount'];
  214. })
  215. }
  216. this.detailData = res.data;
  217. })
  218. },
  219. // 检查文件类型
  220. checkFileType(url) {
  221. if(!url) return '';
  222. const fileSuffix = url.substring(url.lastIndexOf(".") + 1);
  223. if (['jpg', 'jpeg', 'png'].includes(fileSuffix)) {
  224. return 'image';
  225. }else if (['doc', 'docx', 'dot', 'wps', 'wpt'].includes(fileSuffix)) {
  226. return 'word';
  227. }else if(['xls', 'xlsx', 'xlt', 'et', 'ett'].includes(fileSuffix)) {
  228. return 'excel';
  229. }else if(['ppt', 'pptx', 'dps', 'dpt', 'pot', 'pps'].includes(fileSuffix)) {
  230. return 'ppt';
  231. }else if(['pdf'].includes(fileSuffix)) {
  232. return 'pdf';
  233. }else {
  234. return '';
  235. }
  236. },
  237. // 打开链接
  238. openLink(url) {
  239. getFileUrl({key: url}).then(res => {
  240. window.open(res.data);
  241. })
  242. },
  243. // 点击打印
  244. toPrint() {
  245. this.printId = this.listItem.id;
  246. this.isShowPrint = true;
  247. },
  248. backDetail() {
  249. this.printId = '';
  250. this.isShowPrint = false;
  251. },
  252. }
  253. }
  254. </script>
  255. <style scoped lang="scss">
  256. .detail-container {
  257. width: 100%;
  258. height: 100%;
  259. }
  260. .main-title {
  261. display: flex;
  262. justify-content: space-between;
  263. align-items: center;
  264. margin-top: 20px;
  265. height: 60px;
  266. border-bottom: 1px solid #DCDFE6;
  267. margin-bottom: 20px;
  268. .title {
  269. font-size: 16px;
  270. font-weight: 600;
  271. padding-left: 10px;
  272. }
  273. }
  274. </style>