book-list.vue 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598
  1. <template>
  2. <!-- 预托书列表 -->
  3. <div id="preBookList">
  4. <!-- 查询区域 -->
  5. <a-card :bordered="false">
  6. <div class="table-page-search-wrapper">
  7. <a-form layout="inline" @keyup.enter.native="searchQuery">
  8. <a-row :gutter="24">
  9. <a-col :md="6" :sm="8">
  10. <a-form-item label="订单号">
  11. <a-input placeholder="请输入订单号" v-model="queryParam.orderNumber"></a-input>
  12. </a-form-item>
  13. </a-col>
  14. <a-col :md="6" :sm="8">
  15. <a-form-item label="单据日期" has-feedback>
  16. <a-date-picker style="width: 100%" v-model="queryParam.shippingOrderDate" @change="orderDataChange" > </a-date-picker>
  17. </a-form-item>
  18. </a-col>
  19. <a-col :md="6" :sm="8">
  20. <a-form-item label="客户简称">
  21. <!-- <a-input placeholder="请输入客户简称" v-model="queryParam.clientAbbreviation"></a-input> -->
  22. <j-search-select-tag
  23. placeholder="请选择客户简称"
  24. v-model="queryParam.clientAbbreviation"
  25. dict="view_customer,customername,customername">
  26. </j-search-select-tag>
  27. </a-form-item>
  28. </a-col>
  29. <template v-if="toggleSearchStatus">
  30. <a-col :md="6" :sm="8">
  31. <a-form-item label="账套号">
  32. <j-search-select-tag
  33. placeholder="请选择账套号"
  34. v-model="queryParam.pkOrg"
  35. dict="view_account,account,account">
  36. </j-search-select-tag>
  37. </a-form-item>
  38. </a-col>
  39. <!-- <a-col :md="6" :sm="8">
  40. <a-form-item label="箱号">
  41. <a-input placeholder="请输入箱号" v-model="queryParam.containerNumber"></a-input>
  42. </a-form-item>
  43. </a-col> -->
  44. <a-col :md="6" :sm="8">
  45. <a-form-item label="小po号">
  46. <a-input placeholder="请输入小po号" v-model="queryParam.smailPo"></a-input>
  47. </a-form-item>
  48. </a-col>
  49. <a-col :md="6" :sm="8">
  50. <a-form-item label="托书号">
  51. <a-input placeholder="请输入托书号" v-model="queryParam.shippingOrderNumber"></a-input>
  52. </a-form-item>
  53. </a-col>
  54. <a-col :md="6" :sm="8">
  55. <a-form-item label="外销发票">
  56. <a-input placeholder="请输入外销发票" v-model="queryParam.exportInvoiceNo"></a-input>
  57. </a-form-item>
  58. </a-col>
  59. <a-col :md="6" :sm="8">
  60. <a-form-model-item label="类型">
  61. <a-select v-model="queryParam.type">
  62. <a-select-option value="">请选择</a-select-option>
  63. <a-select-option value="成衣">成衣</a-select-option>
  64. <a-select-option value="面料">面料</a-select-option>
  65. </a-select>
  66. </a-form-model-item>
  67. </a-col>
  68. </template>
  69. <a-col :md="6" :sm="8">
  70. <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
  71. <a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
  72. <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
  73. <a @click="handleToggleSearch" style="margin-left: 8px">
  74. {{ toggleSearchStatus ? '收起' : '展开' }}
  75. <a-icon :type="toggleSearchStatus ? 'up' : 'down'" />
  76. </a>
  77. </span>
  78. </a-col>
  79. </a-row>
  80. </a-form>
  81. </div>
  82. </a-card>
  83. <!-- 操作按钮区域 新增-->
  84. <a-card :bordered="false" style="marginTop:10px;">
  85. <div class="table-operator">
  86. <a-button type="primary" @click="addBookDrawer" icon="plus">新增</a-button>
  87. <a-button type="primary" @click="batchSubmit()" icon="plus">批量提交</a-button>
  88. <a-button type="primary" @click="batchCanaleSubmit()" icon="plus">批量取消提交</a-button>
  89. </div>
  90. <!-- 子表 -->
  91. <a-table
  92. bordered
  93. :columns="bookListColumns"
  94. :data-source="bookListData"
  95. :loading="loading"
  96. :scroll="{x: 1500 , y: 600 }"
  97. :pagination="pagination"
  98. :row-key="record => record.id"
  99. :rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
  100. @change="handleTableChange"
  101. >
  102. <!-- 金额 输入框
  103. <template slot="money" slot-scope="text, record, index">
  104. <a-form-model-item prop="money" :rules="rules.money" required>
  105. <a-input style="width:100%" type="text" v-model="record.money" />
  106. </a-form-model-item>
  107. </template> -->
  108. <!-- 单据状态 -->
  109. <span slot="documentStateSlot" slot-scope="text, record">
  110. <a-tag color="orange" v-if="record.theDocumentsState == '0'">未提交</a-tag>
  111. <a-tag color="green" v-if="record.theDocumentsState == '1'">提交</a-tag>
  112. </span>
  113. <!-- 推送状态 -->
  114. <span slot="syStuta" slot-scope="text, record">
  115. <a-tag color="orange" v-if="record.syStuta == '0'">未推送</a-tag>
  116. <a-tag color="green" v-if="record.syStuta == '1'">已推送</a-tag>
  117. </span>
  118. <!-- if 已提交 -->
  119. <!-- <span slot="documentStateSlot">
  120. <a-tag color="#2db7f5">已提交</a-tag>
  121. </span> -->
  122. <!-- 操作 -->
  123. <span slot="operationSlot" slot-scope="text, record">
  124. <a @click="handleExportXls(record)" style="color:green;">结汇发票打印</a>
  125. <a-divider type="vertical" />
  126. <a-dropdown>
  127. <a class="ant-dropdown-link">更多 <a-icon type="down"/></a>
  128. <a-menu slot="overlay" v-if="record.theDocumentsState == '0'">
  129. <!-- <a-menu-item><a @click="submit(record)">提交</a></a-menu-item> -->
  130. <a-menu-item><a @click="edit(record,'2')">详情</a></a-menu-item>
  131. <a-menu-item><a @click="edit(record,'1')">编辑</a></a-menu-item>
  132. <a-menu-item><a @click="pushU8(record)">推送u8</a></a-menu-item>
  133. <!-- <a-menu-item><a @click="print(record)">打印</a></a-menu-item> -->
  134. <a-menu-item>
  135. <a-popconfirm title="确定删除吗?" ok-text="是" cancel-text="否" @confirm="handleDelete(record.id)">
  136. <a href="javascript:void(0);" style="color:red;">删除</a>
  137. </a-popconfirm></a-menu-item
  138. >
  139. </a-menu>
  140. <a-menu slot="overlay" v-if="record.theDocumentsState == '1'">
  141. <!-- <a-menu-item><a @click="canaleSubmit(record)">取消提交</a></a-menu-item> -->
  142. <a-menu-item><a @click="edit(record,'2')">详情</a></a-menu-item>
  143. <a-menu-item><a @click="pushU8(record)">推送u8</a></a-menu-item>
  144. </a-menu>
  145. </a-dropdown>
  146. </span>
  147. </a-table>
  148. <span style="position: absolute;bottom: 9%;">共勾选{{selectedNumber}}条数</span>
  149. </a-card>
  150. <!-- 抽屉 -->
  151. <addBook-drawer ref="addBookDrawer" @ok="modalFormOk" @back="getBookList"></addBook-drawer>
  152. <detailsBook-drawer ref="detailsBookDrawer" @ok="modalFormOk"></detailsBook-drawer>
  153. <!-- <editBook-drawer ref="editBookDrawer" :father="cc" @ok="modalFormOk"></editBook-drawer> -->
  154. </div>
  155. </template>
  156. <script>
  157. import { JeecgListMixin } from '@/mixins/JeecgListMixin'
  158. import JEllipsis from '@/components/jeecg/JEllipsis'
  159. import moment from 'moment'
  160. import { downFile } from '@/api/manage'
  161. import addBookDrawer from '@views/book/addBookDrawer.vue'
  162. import detailsBookDrawer from '@views/book/detailsBookDrawer.vue'
  163. import editBookDrawer from '@views/book/editBookDrawer.vue'
  164. import {bookList,bookListId,submitPackingList,deletePackingList,settlement,pushU8} from '@api/document/book.js'
  165. export default {
  166. name: 'BookList', // 托书列表
  167. mixins: [JeecgListMixin],
  168. components: { JEllipsis, moment, addBookDrawer, detailsBookDrawer, editBookDrawer },
  169. data() {
  170. let ellipsis = (v, l = 20) => <j-ellipsis value={v} length={l} />
  171. return {
  172. // 表头
  173. bookListColumns: [
  174. { title: '托书号', width: 120, dataIndex: 'shippingOrderNumber', className: 'replacecolor' , ellipsis: true,fixed: 'left'},
  175. { title: '成衣工厂', width: 140, dataIndex: 'garmentFactory', className: 'replacecolor', ellipsis: true, },
  176. { title: '外销发票号码', dataIndex: 'exportInvoiceNo', width: 120, className: 'replacecolor', ellipsis: true, },
  177. { title: '客户简称', dataIndex: 'clientAbbreviation', width: 120, className: 'replacecolor' , ellipsis: true,},
  178. {
  179. title: '分销点',
  180. dataIndex: 'distributionPoint',
  181. width: 120,
  182. ellipsis: true,
  183. className: 'replacecolor'
  184. },
  185. {
  186. title: '经营单位',
  187. dataIndex: 'unitInOperation',
  188. width: 150,
  189. ellipsis: true,
  190. className: 'replacecolor'
  191. },
  192. { title: '总箱数', dataIndex: 'boxNumber', width: 120, className: 'replacecolor', ellipsis: true, },
  193. { title: '总毛重', dataIndex: 'totalGrossWeight', width: 120, className: 'replacecolor', ellipsis: true, },
  194. { title: '总体积', dataIndex: 'totalVolume', width: 100, className: 'replacecolor', ellipsis: true, },
  195. {
  196. title: '金额',
  197. dataIndex: 'money',
  198. // scopedSlots: { customRender: 'money' },
  199. width: 140,
  200. ellipsis: true,
  201. className: 'replacecolor'
  202. },
  203. {
  204. title: '实际船期',
  205. dataIndex: 'theFinalShippingDate',
  206. ellipsis: true,
  207. width: 130,
  208. // customRender: text => { 有问题 显示当日日期
  209. // return moment(text).format('YYYY-MM-DD')
  210. // },
  211. className: 'replacecolor'
  212. },
  213. {
  214. title: '状态',
  215. dataIndex: 'theDocumentsState',
  216. scopedSlots: { customRender: 'documentStateSlot' },
  217. width: 140,
  218. ellipsis: true,
  219. fixed: 'right',
  220. className: 'replacecolor'
  221. },
  222. // { title: '收汇方式', dataIndex: 'exchangeEarningsValue', width: 120, className: 'replacecolor' },
  223. // {
  224. // title: '收货人',
  225. // dataIndex: 'consignee',
  226. // width: 100,
  227. // customRender: t => ellipsis(t),
  228. // className: 'replacecolor'
  229. // },
  230. // {
  231. // title: '提单或承运收据',
  232. // dataIndex: 'billOfLadingOrCarriageReceipt',
  233. // width: 140,
  234. // customRender: t => ellipsis(t),
  235. // className: 'replacecolor'
  236. // },
  237. // {
  238. // title: '抬头人',
  239. // dataIndex: 'addressee',
  240. // width: 120,
  241. // customRender: t => ellipsis(t),
  242. // className: 'replacecolor'
  243. // },
  244. // { title: '贸易国别', dataIndex: 'tradeCountry', width: 100, className: 'replacecolor' },
  245. // { title: '运抵国别', dataIndex: 'arriveInCountry', width: 100, className: 'replacecolor' },
  246. // { title: '出口口岸', dataIndex: 'exportPort', width: 100, className: 'replacecolor' },
  247. // {
  248. // title: '通知人',
  249. // dataIndex: 'notifier',
  250. // width: 100,
  251. // customRender: t => ellipsis(t),
  252. // className: 'replacecolor'
  253. // },
  254. // { title: 'NOTIFY', dataIndex: 'nottfy', width: 150, className: 'replacecolor' },
  255. // { title: '目的港', dataIndex: 'destinationPort', width: 100, className: 'replacecolor' },
  256. // { title: '装运期限', dataIndex: 'latestDateOfShipment', width: 100, className: 'replacecolor' },
  257. {
  258. title: '推送状态',
  259. dataIndex: 'syStuta',
  260. width: 90,
  261. scopedSlots: { customRender: 'syStuta' },
  262. fixed: 'right',
  263. className: 'replacecolor'
  264. },
  265. {
  266. title: '操作',
  267. dataIndex: 'operation',
  268. scopedSlots: { customRender: 'operationSlot' },
  269. width: 180,
  270. fixed: 'right',
  271. className: 'replacecolor'
  272. }
  273. ],
  274. bookListData: [],
  275. id: '',
  276. selectedRowKeys:[],//选中行id
  277. loading: false, // 表格加载
  278. pagination:{
  279. pageSizeOptions: ["50", "100", "150"],
  280. showSizeChanger: true,
  281. },
  282. selectedNumber:0,//已选择条数
  283. // 查询条件
  284. queryParam: {
  285. pageNo:''
  286. }
  287. }
  288. },
  289. created() {
  290. this.getBookList( )
  291. },
  292. watch:{
  293. selectedRowKeys(newVal){
  294. this.selectedNumber =newVal.length
  295. }
  296. },
  297. methods: {
  298. moment,
  299. //获取表格数据
  300. getBookList(){
  301. this.$nextTick(() => {
  302. this.queryParam.pageSize = 50
  303. bookList(this.queryParam).then(res => {
  304. if (res.success) {
  305. this.bookListData = res.result.records
  306. this.selectedRowKeys = []
  307. this.pagination = {
  308. total: res.result.total,
  309. current: res.result.current,
  310. pageSize: res.result.size
  311. }
  312. }else {
  313. this.$message.error(res.message);
  314. }
  315. })
  316. })
  317. },
  318. // 查询按钮
  319. searchQuery() {
  320. this.toggleSearchStatus = false
  321. this.queryParam.pageNo = ''
  322. this.getBookList()
  323. // this.getpreBookList() // 渲染渲染预托书
  324. },
  325. // 重置
  326. searchReset() {
  327. this.queryParam = {
  328. pageNo:''
  329. }
  330. this.getBookList()
  331. // this.getpreBookList()
  332. },
  333. // 新增
  334. addBookDrawer() {
  335. console.log('新增托书')
  336. this.$refs.addBookDrawer.visible = true
  337. this.$refs.addBookDrawer.query ='1'
  338. },
  339. // -----------------------------------
  340. // 结汇发票打印
  341. handleExportXls(record) {
  342. if(record.readyFabric=='成衣'){
  343. var exinvoiceArr = ["报关信息-报关单","报关信息-申报要素","报关信息-发票","报关信息-合同","报关信息-装箱单","报关信息-结汇发票"]
  344. }else{
  345. var exinvoiceArr = ["报关信息-报关单-面料","报关信息-申报要素","报关信息-发票-面料","报关信息-合同-面料","报关信息-装箱单-面料"]
  346. }
  347. exinvoiceArr.map(item =>{
  348. downFile('/syShippingOrder/syShippingOrder/syShippingOrderPrint',{id:record.id,testName:item}).then(data => {
  349. if (!data) {
  350. this.$message.warning('文件下载失败')
  351. return
  352. }
  353. if (typeof window.navigator.msSaveBlob !== 'undefined') {
  354. window.navigator.msSaveBlob(new Blob([data], { type: 'application/vnd.ms-excel' }), item + '.xlsx')
  355. } else {
  356. let url = window.URL.createObjectURL(new Blob([data], { type: 'application/vnd.ms-excel' }))
  357. let link = document.createElement('a')
  358. link.style.display = 'none'
  359. link.href = url
  360. link.setAttribute('download', record.shippingOrderNumber+item + '.xlsx')
  361. document.body.appendChild(link)
  362. link.click()
  363. document.body.removeChild(link) // 下载完成移除元素
  364. window.URL.revokeObjectURL(url) // 释放掉blob对象
  365. }
  366. })
  367. })
  368. },
  369. // 上传附件
  370. accessoryUpload() {},
  371. // 操作 提交
  372. submit(record) {
  373. this.$nextTick(() => {
  374. submitPackingList({ id: record.id, type: '1' }).then(res => {
  375. if (res.success) {
  376. // record.theDocumentsState = '1'
  377. this.getBookList()
  378. this.$message.success('提交成功')
  379. }else {
  380. this.$message.error(res.message);
  381. }
  382. })
  383. })
  384. },
  385. // //批量提交
  386. batchSubmit(){
  387. this.$nextTick(() => {
  388. submitPackingList({ ids: this.selectedRowKeys, type: '1'}).then(res => {
  389. if (res.success) {
  390. // record.theDocumentsState = '1'
  391. this.getBookList()
  392. this.$message.success('提交成功')
  393. this.selectedRowKeys = []
  394. }else {
  395. this.$message.error(res.message);
  396. }
  397. })
  398. })
  399. },
  400. //取消提交
  401. canaleSubmit(record) {
  402. this.$nextTick(() => {
  403. submitPackingList({ id: record.id, type: '2' }).then(res => {
  404. if (res.success) {
  405. this.$message.success('取消提交成功')
  406. record.theDocumentsState = '0'
  407. this.getBookList()
  408. }else {
  409. this.$message.error(res.message);
  410. }
  411. })
  412. })
  413. },
  414. batchCanaleSubmit(){
  415. this.$nextTick(() => {
  416. submitPackingList({ ids: this.selectedRowKeys, type: '2' }).then(res => {
  417. if (res.success) {
  418. this.$message.success('取消提交成功')
  419. // record.theDocumentsState = '0'
  420. this.getBookList()
  421. this.selectedRowKeys = []
  422. }else {
  423. this.$message.error(res.message);
  424. }
  425. })
  426. })
  427. },
  428. //推送U8
  429. pushU8(record){
  430. pushU8({ id: record.id}).then(res => {
  431. if (res.success) {
  432. this.$message.success('推送U8成功')
  433. // record.theDocumentsState = '0'
  434. this.getBookList()
  435. }else {
  436. this.$message.error(res.message);
  437. }
  438. })
  439. },
  440. // 操作 详情
  441. details(record) {
  442. this.$refs.detailsBookDrawer.visible = true
  443. },
  444. // 操作 编辑
  445. edit(record,pattern) {
  446. this.$nextTick(() => {
  447. bookListId({id:record.id}).then(res => {
  448. if (res.success) {
  449. var data =res.result
  450. if(pattern == '1'){
  451. this.$refs.addBookDrawer.visible = true
  452. this.$refs.addBookDrawer.defaultMethod = 'edit'
  453. if(data.latestDateOfShipment!==''&&data.latestDateOfShipment){
  454. data.latestDateOfShipment = (moment(data.latestDateOfShipment)).format('YYYY-MM-DD')
  455. }
  456. this.$refs.addBookDrawer.getFreightForwarder(data.syShippingOrderItemList[0].pkOrg)
  457. this.$refs.addBookDrawer.addBook = data
  458. this.$refs.addBookDrawer.addBookData = data.syShippingOrderItemList
  459. this.$refs.addBookDrawer.addBookData.map(item =>{
  460. item.smallPo = item.smailPo
  461. item.itemNumber = item.styleNumber
  462. // item.volume = item.volume
  463. item.price = item.unitPrice
  464. item.englishProductName = item.englishName
  465. })
  466. if(data.rmbList.length == 0){
  467. data.rmbList = [{}]
  468. }
  469. if(data.usdList.length == 0){
  470. data.usdList = [{}]
  471. }
  472. this.$refs.addBookDrawer.rmbList = data.rmbList
  473. this.$refs.addBookDrawer.usdList = data.usdList
  474. }else {
  475. this.$refs.detailsBookDrawer.visible = true
  476. if(data.latestDateOfShipment!==''&&data.latestDateOfShipment){
  477. data.latestDateOfShipment = (moment(data.latestDateOfShipment)).format('YYYY-MM-DD')
  478. }
  479. this.$refs.detailsBookDrawer.addBook = data
  480. this.$refs.detailsBookDrawer.addBookData = data.syShippingOrderItemList
  481. this.$refs.detailsBookDrawer.rmbList = data.rmbList
  482. this.$refs.detailsBookDrawer.usdList = data.usdList
  483. if(data.syStuta == 0){
  484. this.$refs.detailsBookDrawer.disabled = false
  485. }
  486. }
  487. this.$refs.addBookDrawer.query = '1'
  488. }else {
  489. this.$message.error(res.message);
  490. }
  491. })
  492. })
  493. },
  494. // 操作 打印
  495. print(record) {},
  496. // 操作 删除
  497. handleDelete(id) {
  498. this.$nextTick(() => {
  499. if(this.queryParam.pageNo > 1 && this.bookListData.length === 1){
  500. this.queryParam.pageNo = this.queryParam.pageNo -1
  501. }
  502. this.loading = true
  503. deletePackingList({id:id}).then(res => {
  504. this.loading = false
  505. if (res.success) {
  506. this.getBookList()
  507. }else {
  508. this.$message.error(res.message);
  509. }
  510. })
  511. })
  512. },
  513. // 单据日期发生改变时
  514. orderDataChange(){
  515. this.queryParam.shippingOrderDate = (moment( this.queryParam.shippingOrderDate)).format('YYYY-MM-DD')
  516. },
  517. // // 分页、排序、筛选变化时触发
  518. handleTableChange(pagination, filters, sorter) {
  519. // console.log('当前页信息>>>>',pagination)
  520. this.queryParam.pageNo = pagination.current
  521. this.getBookList()
  522. },
  523. // 选中行
  524. onSelectChange(keys) {
  525. this.selectedRowKeys = keys
  526. }
  527. },
  528. computed: {},
  529. mounted() {}
  530. }
  531. </script>
  532. <style lang="less" scoped>
  533. @import '~@assets/less/common.less';
  534. @import '~@assets/less/overwriter.less';
  535. /deep/ .ant-table-thead > tr > th {
  536. text-align: center;
  537. // font-weight: 700;
  538. }
  539. /deep/ .ant-table-tbody {
  540. text-align: center;
  541. }
  542. /deep/ .ant-table-tbody .ant-table-row td{
  543. padding-top: 8px;
  544. padding-bottom: 8px;
  545. }
  546. /deep/.ant-card-body{
  547. padding-top: 10px !important;
  548. padding-bottom: 0px !important;
  549. }
  550. /deep/.table-operator .ant-btn{
  551. margin: 0 8px 3px 0;
  552. }
  553. /deep/.table-page-search-wrapper .ant-form-inline .ant-form-item{
  554. margin-bottom: 10px;
  555. }
  556. /deep/.table-page-search-wrapper .table-page-search-submitButtons{
  557. margin-bottom: 10px;
  558. }
  559. // /deep/ th.replacecolor {
  560. // background-color: #ccc;
  561. // }
  562. /deep/ .ant-table-fixed-left table,.ant-table-fixed-right table{
  563. width: min-content;
  564. }
  565. /deep/ thead.ant-table-thead>tr{
  566. height: 0 !important;
  567. }
  568. /deep/ .ant-table-thead > tr > th, .ant-table-tbody > tr > td{
  569. padding: 9px 16px
  570. }
  571. </style>