Ver código fonte

批产+详情

yuhan 1 ano atrás
pai
commit
1962c4fb7b

+ 46 - 43
src/views/module_kzks/projectCostList/modulesDetail/KyBgDetailList.vue

@@ -1,5 +1,5 @@
 <template>
-  <a-card :bordered="false">
+  <a-card :bordered="false" class="u-dialog-card">
     <!-- 查询区域 -->
     <div class="table-page-search-wrapper">
       <a-form layout="inline" @keyup.enter.native="searchQuery">
@@ -10,10 +10,10 @@
     <!-- 查询区域-END -->
 
     <!-- 操作按钮区域 -->
-    <!-- <div class="table-operator">
-      <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
+    <div class="table-operator">
+      <!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> -->
       <a-button type="primary" icon="download" @click="handleExportXls('科研报工')">导出</a-button>
-      <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
+      <!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
         <a-button type="primary" icon="import">导入</a-button>
       </a-upload> -->
       <!-- 高级查询区域 -->
@@ -23,8 +23,8 @@
           <a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>删除</a-menu-item>
         </a-menu>
         <a-button style="margin-left: 8px"> 批量操作 <a-icon type="down" /></a-button>
-      </a-dropdown>
-    </div> -->
+      </a-dropdown> -->
+    </div>
 
     <!-- table区域-begin -->
     <div>
@@ -43,9 +43,9 @@
         :dataSource="dataSource"
         :pagination="ipagination"
         :loading="loading"
-        :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
         class="j-table-force-nowrap"
         @change="handleTableChange">
+        <!-- :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" -->
 
         <template slot="htmlSlot" slot-scope="text">
           <div v-html="text"></div>
@@ -121,7 +121,8 @@
             align:"center",
             customRender:function (t,r,index) {
               return parseInt(index)+1;
-            }
+            },
+            fixed: 'left'
           },
           // {
           //   title:'key',
@@ -131,12 +132,14 @@
           {
             title:'报工任务号',
             align:"center",
-            dataIndex: 'taskno'
+            dataIndex: 'taskno',
+            fixed: 'left'
           },
           {
             title:'任务名称',
             align:"center",
-            dataIndex: 'taskname'
+            dataIndex: 'taskname',
+            fixed: 'left'
           },
           {
             title:'工作内容',
@@ -144,19 +147,24 @@
             dataIndex: 'workcontent'
           },
           {
-            title:'当日用时(h)',
+            title:'备注',
             align:"center",
-            dataIndex: 'workhour'
+            dataIndex: 'memo'
           },
           {
-            title:'型号',
+            title:'审核人',
             align:"center",
-            dataIndex: 'xhname'
+            dataIndex: 'shr'
           },
           {
-            title:'研制数量',
+            title:'审批人',
             align:"center",
-            dataIndex: 'yzsl'
+            dataIndex: 'spr'
+          },
+          {
+            title:'型号',
+            align:"center",
+            dataIndex: 'xhname'
           },
           {
             title:'研制阶段',
@@ -164,6 +172,11 @@
             dataIndex: 'yzjdname'
           },
           {
+            title:'研制数量',
+            align:"center",
+            dataIndex: 'yzsl'
+          },
+          {
             title:'用户名称',
             align:"center",
             dataIndex: 'tcdw'
@@ -174,11 +187,6 @@
             dataIndex: 'brief'
           },
           {
-            title:'状态',
-            align:"center",
-            dataIndex: 'status'
-          },
-          {
             title:'计划开始时间',
             align:"center",
             dataIndex: 'jhkssj',
@@ -187,7 +195,7 @@
             }
           },
           {
-            title:'计划完成时间(进度要求)',
+            title:'计划完成时间', // (进度要求)
             align:"center",
             dataIndex: 'jhwcsj',
             customRender:function (text) {
@@ -195,6 +203,11 @@
             }
           },
           {
+            title:'状态',
+            align:"center",
+            dataIndex: 'status'
+          },
+          {
             title:'工作日期',
             align:"center",
             dataIndex: 'worktime',
@@ -221,34 +234,17 @@
             dataIndex: 'userdept'
           },
           {
-            title:'审核人',
-            align:"center",
-            dataIndex: 'shr'
-          },
-          {
-            title:'审批人',
-            align:"center",
-            dataIndex: 'spr'
-          },
-          {
-            title:'备注',
+            title:'当日用时(h)',
             align:"center",
-            dataIndex: 'memo'
+            dataIndex: 'workhour',
+            fixed: 'right'
           },
-          // {
-          //   title: '操作',
-          //   dataIndex: 'action',
-          //   align:"center",
-          //   fixed:"right",
-          //   width:147,
-          //   scopedSlots: { customRender: 'action' }
-          // }
         ],
         url: {
           list: "/kyBgInfo/kyBgInfo/getGSDeatilList",
           // delete: "/kyBgInfo/kyBgInfo/delete",
           // deleteBatch: "/kyBgInfo/kyBgInfo/deleteBatch",
-          // exportXlsUrl: "/kyBgInfo/kyBgInfo/exportXls",
+          exportXlsUrl: "/kyBgInfo/kyBgInfo/exportXls",
           // importExcelUrl: "kyBgInfo/kyBgInfo/importExcel",
           
         },
@@ -305,4 +301,11 @@
 </script>
 <style scoped>
   @import '~@assets/less/common.less';
+</style>
+<style lang="less" scoped>
+  .u-dialog-card{
+    /deep/.ant-card-body{
+      padding: 0 !important;
+    }
+  }
 </style>

+ 36 - 32
src/views/module_kzks/projectCostList/modulesDetail/MesDetailList.vue

@@ -1,5 +1,5 @@
 <template>
-  <a-card :bordered="false">
+  <a-card :bordered="false" class="u-dialog-card">
     <!-- 查询区域 -->
     <div class="table-page-search-wrapper">
       <a-form layout="inline" @keyup.enter.native="searchQuery">
@@ -10,10 +10,10 @@
     <!-- 查询区域-END -->
 
     <!-- 操作按钮区域 -->
-    <!-- <div class="table-operator">
-      <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
+    <div class="table-operator">
+      <!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> -->
       <a-button type="primary" icon="download" @click="handleExportXls('mes装机信息卡')">导出</a-button>
-      <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
+      <!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
         <a-button type="primary" icon="import">导入</a-button>
       </a-upload> -->
       <!-- 高级查询区域 -->
@@ -23,8 +23,8 @@
           <a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>删除</a-menu-item>
         </a-menu>
         <a-button style="margin-left: 8px"> 批量操作 <a-icon type="down" /></a-button>
-      </a-dropdown>
-    </div> -->
+      </a-dropdown> -->
+    </div>
 
     <!-- table区域-begin -->
     <div>
@@ -43,9 +43,9 @@
         :dataSource="dataSource"
         :pagination="ipagination"
         :loading="loading"
-        :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
         class="j-table-force-nowrap"
         @change="handleTableChange">
+        <!-- :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" -->
 
         <template slot="htmlSlot" slot-scope="text">
           <div v-html="text"></div>
@@ -121,7 +121,8 @@
             align:"center",
             customRender:function (t,r,index) {
               return parseInt(index)+1;
-            }
+            },
+            fixed: 'left',
           },
           // {
           //   title:'keyId',
@@ -131,22 +132,8 @@
           {
             title:'任务号',
             align:"center",
-            dataIndex: 'taskno'
-          },
-          {
-            title:'采购单价',
-            align:"center",
-            dataIndex: 'purchaseprice'
-          },
-          {
-            title:'内部单价',
-            align:"center",
-            dataIndex: 'internalprice'
-          },
-          {
-            title:'数量',
-            align:"center",
-            dataIndex: 'qty'
+            dataIndex: 'taskno',
+            fixed: 'left',
           },
           {
             title:'工单号',
@@ -337,14 +324,24 @@
             align:"center",
             dataIndex: 'inbatchno'
           },
-          // {
-          //   title: '操作',
-          //   dataIndex: 'action',
-          //   align:"center",
-          //   fixed:"right",
-          //   width:147,
-          //   scopedSlots: { customRender: 'action' }
-          // }
+          {
+            title:'采购单价',
+            align:"center",
+            dataIndex: 'purchaseprice',
+            fixed: 'right',
+          },
+          {
+            title:'内部单价',
+            align:"center",
+            dataIndex: 'internalprice',
+            fixed: 'right',
+          },
+          {
+            title:'数量',
+            align:"center",
+            dataIndex: 'qty',
+            fixed: 'right',
+          },
         ],
         url: {
           list: "/mesInfo/mesInfo/getZJDetailList",
@@ -428,4 +425,11 @@
 </script>
 <style scoped>
   @import '~@assets/less/common.less';
+</style>
+<style lang="less" scoped>
+  .u-dialog-card{
+    /deep/.ant-card-body{
+      padding: 0 !important;
+    }
+  }
 </style>

+ 77 - 53
src/views/module_kzks/projectCostList/modulesDetail/PichanTaskList.vue

@@ -35,6 +35,7 @@
       </div> -->
 
       <a-table
+        v-if="dataSource.length > 0"
         ref="table"
         size="middle"
         :scroll="{x:true}"
@@ -44,6 +45,7 @@
         :dataSource="dataSource"
         :pagination="false"
         :loading="loading"
+        defaultExpandAllRows
         class="j-table-force-nowrap"
         @change="handleTableChange">
         <!-- :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" -->
@@ -113,7 +115,11 @@
       return {
         description: '批产任务页面',
         // 表头
-        columns: [
+        columns: [],
+        // settingColumns: ['taskno', 'pccode', 'taskname', 'zjcb', 'scgs', 'contractfpe', 'estimationcoat', 'costPercent', 'processpercent', 'sjgs', 'clf', 'zyf', 'swf', 'wxf', 'taskmoney', 'oneIncome', 'oneProfit', 'lrl', 'xhname', 'yzjdname', 'jhwcsj', 'yzsl', 'oneCost', 'lre', 'zcb', 'glf', 'lbsy', 'zrbm', 'gdzczj', 'gzjlwf', 'rldlf', 'tasktype', 'jycs', 'workhour', 'hxzxname', 'auditprice', 'brief', 'blcode', 'businessman', 'bccode', 'reftaskno', 'iflag'],
+        settingColumns: ['taskno', 'pccode', 'taskname', 'estimationcoat', 'costPercent', 'processpercent', 'oneIncome', 'oneProfit', 'lrl', 'xhname', 'yzjdname', 'jhwcsj', 'yzsl', 'oneCost', 'lre', 'zcb', 'glf', 'lbsy', 'zrbm', 'gdzczj', 'gzjlwf', 'rldlf', 'tasktype', 'jycs', 'hxzxname', 'auditprice', 'brief', 'blcode', 'businessman', 'bccode', 'reftaskno', 'iflag'],
+        //  'scgs', 'sjgs',  
+        defColumns: [
           {
             title: '序号',
             dataIndex: '',
@@ -133,13 +139,14 @@
               style: {
                 textAlign: 'center', // 表头居中
               }
-            })
+            }),
+            fixed:"left",
           },
           {
             title:'任务名称',
             align:"center",
+            dataIndex: 'taskname',
             fixed:"left",
-            dataIndex: 'taskname'
           },
           {
             title:'型号',
@@ -205,47 +212,11 @@
             dataIndex: 'estimationcoat'
           },
           {
-            title:'合同额',
-            align:"center",
-            dataIndex: 'contractfpe',
-            customCell: this.getClickColumn,
-          },
-          {
-            title:'已收款',
-            align:"center",
-            dataIndex: 'taskmoney',
-            customCell: this.getClickColumn,
-          },
-          {
             title:'总成本',
             align:"center",
             dataIndex: 'zcb'
           },
           {
-            title:'材料费',
-            align:"center",
-            dataIndex: 'clf',
-            customCell: this.getClickColumn,
-          },
-          {
-            title:'专用费',
-            align:"center",
-            dataIndex: 'zyf',
-            customCell: this.getClickColumn,
-          },
-          {
-            title:'事务费',
-            align:"center",
-            dataIndex: 'swf',
-            customCell: this.getClickColumn,
-          },
-          {
-            title:'外协费',
-            align:"center",
-            dataIndex: 'wxf',
-            customCell: this.getClickColumn,
-          },
-          {
             title:'燃料动力费',
             align:"center",
             dataIndex: 'rldlf'
@@ -266,23 +237,11 @@
             dataIndex: 'glf'
           },
           {
-            title:'装机成本',
-            align:"center",
-            dataIndex: 'zjcb',
-            customCell: this.getClickColumn,
-          },
-          {
             title:'内部试验',
             align:"center",
             dataIndex: 'lbsy'
           },
           {
-            title:'工时(h)',
-            align:"center",
-            dataIndex: 'workhour',
-            customCell: this.getClickColumn,
-          },
-          {
             title:'责任部门',
             align:"center",
             dataIndex: 'zrbm'
@@ -362,6 +321,54 @@
             align:"center",
             dataIndex: 'scgs'
           },
+          {
+            title:'合同额',
+            align:"center",
+            dataIndex: 'contractfpe',
+            fixed: 'right'
+          },
+          {
+            title:'已收款',
+            align:"center",
+            dataIndex: 'taskmoney',
+            fixed: 'right'
+          },
+          {
+            title:'材料费',
+            align:"center",
+            dataIndex: 'clf',
+            fixed: 'right'
+          },
+          {
+            title:'专用费',
+            align:"center",
+            dataIndex: 'zyf',
+            fixed: 'right'
+          },
+          {
+            title:'事务费',
+            align:"center",
+            dataIndex: 'swf',
+            fixed: 'right'
+          },
+          {
+            title:'外协费',
+            align:"center",
+            dataIndex: 'wxf',
+            fixed: 'right'
+          },
+          {
+            title:'装机成本',
+            align:"center",
+            dataIndex: 'zjcb',
+            fixed: 'right'
+          },
+          {
+            title:'工时(h)',
+            align:"center",
+            dataIndex: 'workhour',
+            fixed: 'right'
+          },
         ],
         url: {
           list: "/projectCost/projectCost/getPCCostDetailList",
@@ -374,6 +381,7 @@
     created() {
       this.getSuperFieldList();
       this.loadData()
+      this.initColumns()
     },
     computed: {
       // importExcelUrl: function(){
@@ -384,11 +392,27 @@
       loadData() {
         this.loading = true;
         getAction(this.url.list, this.pichanInfo).then((res) => {
-          this.dataSource = res
+          console.log(res)
+          this.dataSource = []
+          this.dataSource.push(res)
         }).finally(() => {
           this.loading = false
         })
       },
+      initColumns(){
+        console.log(this.pichanInfo.columnValue)
+        this.settingColumns.push(this.pichanInfo.columnValue)
+        const cols = this.defColumns.filter(item => {
+          if(item.key =='rowIndex'|| item.dataIndex=='action'){
+            return true;
+          }
+          if (this.settingColumns.includes(item.dataIndex)) {
+            return true;
+          }
+          return false;
+        })
+        this.columns =  cols;
+      },
       initDictConfig(){
       },
       getSuperFieldList(){
@@ -412,7 +436,7 @@
         fieldList.push({type:'string',value:'xmlb',text:'项目类别',dictCode:''})
         fieldList.push({type:'string',value:'taskno',text:'任务号',dictCode:''})
         this.superFieldList = fieldList
-      }
+      },
     }
   }
 </script>

+ 14 - 7
src/views/module_kzks/projectCostList/modulesDetail/ProjectChbSwfList.vue

@@ -1,5 +1,5 @@
 <template>
-  <a-card :bordered="false">
+  <a-card :bordered="false" class="u-dialog-card">
     <!-- 查询区域 -->
     <div class="table-page-search-wrapper">
       <a-form layout="inline" @keyup.enter.native="searchQuery">
@@ -10,10 +10,10 @@
     <!-- 查询区域-END -->
 
     <!-- 操作按钮区域 -->
-    <!-- <div class="table-operator">
-      <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
+    <div class="table-operator">
+      <!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> -->
       <a-button type="primary" icon="download" @click="handleExportXls('事务费')">导出</a-button>
-      <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
+      <!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
         <a-button type="primary" icon="import">导入</a-button>
       </a-upload> -->
       <!-- 高级查询区域 -->
@@ -23,8 +23,8 @@
           <a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>删除</a-menu-item>
         </a-menu>
         <a-button style="margin-left: 8px"> 批量操作 <a-icon type="down" /></a-button>
-      </a-dropdown>
-    </div> -->
+      </a-dropdown> -->
+    </div>
 
     <!-- table区域-begin -->
     <div>
@@ -229,7 +229,7 @@
           list: "/projectChbSwf/projectChbSwf/getSWFDetailList",
           // delete: "/projectChbSwf/projectChbSwf/delete",
           // deleteBatch: "/projectChbSwf/projectChbSwf/deleteBatch",
-          // exportXlsUrl: "/projectChbSwf/projectChbSwf/exportXls",
+          exportXlsUrl: "/projectChbSwf/projectChbSwf/exportXls",
           // importExcelUrl: "projectChbSwf/projectChbSwf/importExcel",
           
         },
@@ -284,4 +284,11 @@
 </script>
 <style scoped>
   @import '~@assets/less/common.less';
+</style>
+<style lang="less" scoped>
+.u-dialog-card{
+  /deep/.ant-card-body{
+    padding: 0 !important;
+  }
+}
 </style>

+ 25 - 23
src/views/module_kzks/projectCostList/modulesDetail/ProjectChbWxfList.vue

@@ -1,5 +1,5 @@
 <template>
-  <a-card :bordered="false">
+  <a-card :bordered="false" class="u-dialog-card">
     <!-- 查询区域 -->
     <div class="table-page-search-wrapper">
       <a-form layout="inline" @keyup.enter.native="searchQuery">
@@ -10,10 +10,10 @@
     <!-- 查询区域-END -->
 
     <!-- 操作按钮区域 -->
-    <!-- <div class="table-operator">
-      <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
+    <div class="table-operator">
+      <!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> -->
       <a-button type="primary" icon="download" @click="handleExportXls('外协费')">导出</a-button>
-      <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
+      <!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
         <a-button type="primary" icon="import">导入</a-button>
       </a-upload> -->
       <!-- 高级查询区域 -->
@@ -23,8 +23,8 @@
           <a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>删除</a-menu-item>
         </a-menu>
         <a-button style="margin-left: 8px"> 批量操作 <a-icon type="down" /></a-button>
-      </a-dropdown>
-    </div> -->
+      </a-dropdown> -->
+    </div>
 
     <!-- table区域-begin -->
     <div>
@@ -121,12 +121,14 @@
             align:"center",
             customRender:function (t,r,index) {
               return parseInt(index)+1;
-            }
+            },
+            fixed: 'left',
           },
           {
             title:'任务号',
             align:"center",
-            dataIndex: 'taskno'
+            dataIndex: 'taskno',
+            fixed: 'left',
           },
           {
             title:'年度',
@@ -179,11 +181,6 @@
             dataIndex: 'wldw'
           },
           {
-            title:'辅助金额',
-            align:"center",
-            dataIndex: 'fzje'
-          },
-          {
             title:'制单人',
             align:"center",
             dataIndex: 'zdr'
@@ -213,21 +210,19 @@
             align:"center",
             dataIndex: 'xmlb'
           },
-          // {
-          //   title: '操作',
-          //   dataIndex: 'action',
-          //   align:"center",
-          //   fixed:"right",
-          //   width:147,
-          //   scopedSlots: { customRender: 'action' }
-          // }
+          {
+            title:'辅助金额',
+            align:"center",
+            dataIndex: 'fzje',
+            fixed: 'right',
+          },
         ],
         url: {
           list: "/projectChbWxf/projectChbWxf/getWXFDetailList",
           // list: "/projectChbWxf/projectChbWxf/list",
           // delete: "/projectChbWxf/projectChbWxf/delete",
           // deleteBatch: "/projectChbWxf/projectChbWxf/deleteBatch",
-          // exportXlsUrl: "/projectChbWxf/projectChbWxf/exportXls",
+          exportXlsUrl: "/projectChbWxf/projectChbWxf/exportXls",
           // importExcelUrl: "projectChbWxf/projectChbWxf/importExcel",
           
         },
@@ -282,4 +277,11 @@
 </script>
 <style scoped>
   @import '~@assets/less/common.less';
-</style>
+</style>
+<style lang="less" scoped>
+  .u-dialog-card{
+    /deep/.ant-card-body{
+      padding: 0 !important;
+    }
+  }
+</style>

+ 38 - 10
src/views/module_kzks/projectCostList/modulesDetail/ProjectChbZyfList.vue

@@ -1,5 +1,5 @@
 <template>
-  <a-card :bordered="false">
+  <a-card :bordered="false" class="u-dialog-card">
     <!-- 查询区域 -->
     <div class="table-page-search-wrapper">
       <a-form layout="inline" @keyup.enter.native="searchQuery">
@@ -9,6 +9,23 @@
     </div>
     <!-- 查询区域-END -->
 
+    <!-- 操作按钮区域 -->
+    <div class="table-operator">
+      <!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> -->
+      <a-button type="primary" icon="download" @click="handleExportXls('外协费')">导出</a-button>
+      <!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
+        <a-button type="primary" icon="import">导入</a-button>
+      </a-upload> -->
+      <!-- 高级查询区域 -->
+      <!-- <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>
+      <a-dropdown v-if="selectedRowKeys.length > 0">
+        <a-menu slot="overlay">
+          <a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>删除</a-menu-item>
+        </a-menu>
+        <a-button style="margin-left: 8px"> 批量操作 <a-icon type="down" /></a-button>
+      </a-dropdown> -->
+    </div>
+
     <!-- table区域-begin -->
     <div>
 
@@ -74,19 +91,21 @@
         // 表头
         columns: [
           {
-            title: '#',
+            title: '序号',
             dataIndex: '',
             key:'rowIndex',
             width:60,
             align:"center",
             customRender:function (t,r,index) {
               return parseInt(index)+1;
-            }
+            },
+            fixed: 'left',
           },
           {
             title:'任务号',
             align:"center",
-            dataIndex: 'taskno'
+            dataIndex: 'taskno',
+            fixed: 'left',
           },
           {
             title:'年度',
@@ -139,11 +158,6 @@
             dataIndex: 'wldw'
           },
           {
-            title:'辅助金额',
-            align:"center",
-            dataIndex: 'fzje'
-          },
-          {
             title:'制单人',
             align:"center",
             dataIndex: 'zdr'
@@ -173,9 +187,16 @@
             align:"center",
             dataIndex: 'xmlb'
           },
+          {
+            title:'辅助金额',
+            align:"center",
+            dataIndex: 'fzje',
+            fixed: 'right',
+          },
         ],
         url: {
           list: "/projectChbZyf/projectChbZyf/getZYFDetailList",
+          exportXlsUrl: "/projectChbWxf/projectChbWxf/exportXls",
         },
         dictOptions:{},
         superFieldList:[],
@@ -225,4 +246,11 @@
 </script>
 <style scoped>
   @import '~@assets/less/common.less';
-</style>
+</style>
+<style lang="less" scoped>
+  .u-dialog-card{
+    /deep/.ant-card-body{
+      padding: 0 !important;
+    }
+  }
+</style>