ItdmWeituoYangpinList.vue 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. <template>
  2. <a-card :bordered="false">
  3. <!-- 查询区域 -->
  4. <div class="table-page-search-wrapper">
  5. <a-form layout="inline" @keyup.enter.native="searchQuery">
  6. <a-row :gutter="24">
  7. </a-row>
  8. </a-form>
  9. </div>
  10. <!-- 查询区域-END -->
  11. <!-- 操作按钮区域 -->
  12. <div class="table-operator">
  13. <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
  14. <a-button type="primary" icon="download" @click="handleExportXls('委托样品')">导出</a-button>
  15. <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
  16. <a-button type="primary" icon="import">导入</a-button>
  17. </a-upload>
  18. <!-- 高级查询区域 -->
  19. <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>
  20. <a-dropdown v-if="selectedRowKeys.length > 0">
  21. <a-menu slot="overlay">
  22. <a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>删除</a-menu-item>
  23. </a-menu>
  24. <a-button style="margin-left: 8px"> 批量操作 <a-icon type="down" /></a-button>
  25. </a-dropdown>
  26. </div>
  27. <!-- table区域-begin -->
  28. <div>
  29. <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">
  30. <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>项
  31. <a style="margin-left: 24px" @click="onClearSelected">清空</a>
  32. </div>
  33. <a-table
  34. ref="table"
  35. size="middle"
  36. :scroll="{x:true}"
  37. bordered
  38. rowKey="id"
  39. :columns="columns"
  40. :dataSource="dataSource"
  41. :pagination="ipagination"
  42. :loading="loading"
  43. :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
  44. class="j-table-force-nowrap"
  45. @change="handleTableChange">
  46. <template slot="htmlSlot" slot-scope="text">
  47. <div v-html="text"></div>
  48. </template>
  49. <template slot="imgSlot" slot-scope="text,record">
  50. <span v-if="!text" style="font-size: 12px;font-style: italic;">无图片</span>
  51. <img v-else :src="getImgView(text)" :preview="record.id" height="25px" alt="" style="max-width:80px;font-size: 12px;font-style: italic;"/>
  52. </template>
  53. <template slot="fileSlot" slot-scope="text">
  54. <span v-if="!text" style="font-size: 12px;font-style: italic;">无文件</span>
  55. <a-button
  56. v-else
  57. :ghost="true"
  58. type="primary"
  59. icon="download"
  60. size="small"
  61. @click="downloadFile(text)">
  62. 下载
  63. </a-button>
  64. </template>
  65. <span slot="action" slot-scope="text, record">
  66. <a @click="handleEdit(record)">编辑</a>
  67. <a-divider type="vertical" />
  68. <a-dropdown>
  69. <a class="ant-dropdown-link">更多 <a-icon type="down" /></a>
  70. <a-menu slot="overlay">
  71. <a-menu-item>
  72. <a @click="handleDetail(record)">详情</a>
  73. </a-menu-item>
  74. <a-menu-item>
  75. <a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)">
  76. <a>删除</a>
  77. </a-popconfirm>
  78. </a-menu-item>
  79. </a-menu>
  80. </a-dropdown>
  81. </span>
  82. </a-table>
  83. </div>
  84. <itdm-weituo-yangpin-modal ref="modalForm" @ok="modalFormOk"></itdm-weituo-yangpin-modal>
  85. </a-card>
  86. </template>
  87. <script>
  88. import '@/assets/less/TableExpand.less'
  89. import { mixinDevice } from '@/utils/mixin'
  90. import { JeecgListMixin } from '@/mixins/JeecgListMixin'
  91. import ItdmWeituoYangpinModal from './modules/ItdmWeituoYangpinModal'
  92. export default {
  93. name: 'ItdmWeituoYangpinList',
  94. mixins:[JeecgListMixin, mixinDevice],
  95. components: {
  96. ItdmWeituoYangpinModal
  97. },
  98. data () {
  99. return {
  100. description: '委托样品管理页面',
  101. // 表头
  102. columns: [
  103. {
  104. title: '#',
  105. dataIndex: '',
  106. key:'rowIndex',
  107. width:60,
  108. align:"center",
  109. customRender:function (t,r,index) {
  110. return parseInt(index)+1;
  111. }
  112. },
  113. {
  114. title:'委托单id',
  115. align:"center",
  116. dataIndex: 'weituoId'
  117. },
  118. {
  119. title:'样品名称',
  120. align:"center",
  121. dataIndex: 'sampleName'
  122. },
  123. {
  124. title:'样品规格/型号',
  125. align:"center",
  126. dataIndex: 'sampleModelSpecification'
  127. },
  128. {
  129. title:'样品数量',
  130. align:"center",
  131. dataIndex: 'sampleQuantities'
  132. },
  133. {
  134. title:'生产厂家',
  135. align:"center",
  136. dataIndex: 'sampleManufacturer'
  137. },
  138. {
  139. title:'样品编号',
  140. align:"center",
  141. dataIndex: 'sampleCode'
  142. },
  143. {
  144. title: '操作',
  145. dataIndex: 'action',
  146. align:"center",
  147. fixed:"right",
  148. width:147,
  149. scopedSlots: { customRender: 'action' }
  150. }
  151. ],
  152. url: {
  153. list: "/itdmWeituoChaXun/itdmWeituoYangpin/list",
  154. delete: "/itdmWeituoChaXun/itdmWeituoYangpin/delete",
  155. deleteBatch: "/itdmWeituoChaXun/itdmWeituoYangpin/deleteBatch",
  156. exportXlsUrl: "/itdmWeituoChaXun/itdmWeituoYangpin/exportXls",
  157. importExcelUrl: "itdmWeituoChaXun/itdmWeituoYangpin/importExcel",
  158. },
  159. dictOptions:{},
  160. superFieldList:[],
  161. }
  162. },
  163. created() {
  164. this.getSuperFieldList();
  165. },
  166. computed: {
  167. importExcelUrl: function(){
  168. return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`;
  169. },
  170. },
  171. methods: {
  172. initDictConfig(){
  173. },
  174. getSuperFieldList(){
  175. let fieldList=[];
  176. fieldList.push({type:'string',value:'weituoId',text:'委托单id',dictCode:''})
  177. fieldList.push({type:'string',value:'sampleName',text:'样品名称',dictCode:''})
  178. fieldList.push({type:'string',value:'sampleModelSpecification',text:'样品规格/型号',dictCode:''})
  179. fieldList.push({type:'string',value:'sampleQuantities',text:'样品数量',dictCode:''})
  180. fieldList.push({type:'string',value:'sampleManufacturer',text:'生产厂家',dictCode:''})
  181. fieldList.push({type:'string',value:'sampleCode',text:'样品编号',dictCode:''})
  182. this.superFieldList = fieldList
  183. }
  184. }
  185. }
  186. </script>
  187. <style scoped>
  188. @import '~@assets/less/common.less';
  189. </style>