浏览代码

对接接口

tty 1 年之前
父节点
当前提交
086af27d35
共有 2 个文件被更改,包括 572 次插入292 次删除
  1. 571 291
      src/view/performance/06-packingDocuments/index.vue
  2. 1 1
      src/view/performance/12-orderAccounting/index.vue

文件差异内容过多而无法显示
+ 571 - 291
src/view/performance/06-packingDocuments/index.vue


+ 1 - 1
src/view/performance/12-orderAccounting/index.vue

@@ -213,7 +213,7 @@ const elSearchFormRef = ref()
 const tableCols = [
   { label: '工单编号', prop: 'qczl_gdbh', width: '100' },
   { label: '印件号', prop: 'qczl_yjno', width: '100' },
-  { label: '印件名称', prop: 'Gd_cpmc', width: '400', showOverflowTooltip: true },
+  { label: '印件名称', prop: 'Gd_cpmc', width: '400', },
   { label: '日期', prop: 'qczl_rq', width: '100' },
   { label: '流程单号', prop: 'qczl_num', width: '100' },
   { label: '流程单备注', prop: 'qczl_NumDesc', width: '100' },

部分文件因为文件数量过多而无法显示