lilei 2 năm trước cách đây
mục cha
commit
c3326ceaed

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
 {
   "message": "发现有新版本发布,确定更新系统?",
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
   "vendorJsVersion": "",
-  "version": 1684218580111
+  "version": 1684285408708
 }
 }

+ 4 - 3
src/views/financialManagement/companyReceivablePayableNew/chooseBillModal.vue

@@ -2,7 +2,7 @@
   <a-drawer
   <a-drawer
     title="全部单据"
     title="全部单据"
     placement="right"
     placement="right"
-    class="chooseBillModal-modal jg-page-wrap"
+    class="chooseBillModal-new-modal jg-page-wrap"
     :visible="isShow"
     :visible="isShow"
     @close="isShow=false"
     @close="isShow=false"
     width="70%"
     width="70%"
@@ -208,9 +208,10 @@ export default {
 </script>
 </script>
 
 
 <style lang="less">
 <style lang="less">
-  .chooseBillModal-modal{
+  .chooseBillModal-new-modal{
     .btn-cont {
     .btn-cont {
-      margin-bottom: 10px;
+      margin: 0 0 10px 0;
+      text-align: left;
     }
     }
   }
   }
 </style>
 </style>

+ 8 - 8
src/views/financialManagement/companyReceivablePayableNew/detail.vue

@@ -95,14 +95,14 @@ export default {
       exportLoading: false, // 导出loading
       exportLoading: false, // 导出loading
       // 表头
       // 表头
       columns: [
       columns: [
-        { title: '序号', dataIndex: 'no', width: '5%', align: 'center' },
-        { title: '单据号', dataIndex: 'bizNo', width: '16%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '类型', dataIndex: 'bizTypeDictValue', width: '15%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '审核时间', dataIndex: 'auditTime', width: '16%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '总款数', dataIndex: 'totalAmount', width: '12%', align: 'right', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
-        { title: '总数量', dataIndex: 'totalAmount', width: '12%', align: 'right', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
-        { title: '金额', dataIndex: 'totalAmount', width: '12%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
-        { title: '结算余额', dataIndex: 'unsettleAmount', width: '12%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } }
+        { title: '序号', dataIndex: 'no', width: '6%', align: 'center' },
+        { title: '单据号', dataIndex: 'bizNo', width: '20%', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '类型', dataIndex: 'bizTypeDictValue', width: '20%', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '审核时间', dataIndex: 'auditTime', width: '18%', align: 'center', customRender: function (text) { return text || '--' } },
+        // { title: '总款数', dataIndex: 'totalAmount', width: '12%', align: 'right', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
+        // { title: '总数量', dataIndex: 'totalAmount', width: '12%', align: 'right', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
+        { title: '金额', dataIndex: 'totalAmount', width: '18%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
+        { title: '结算余额', dataIndex: 'unsettleAmount', width: '18%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } }
       ],
       ],
       // 加载数据方法 必须为 Promise 对象
       // 加载数据方法 必须为 Promise 对象
       loadData: parameter => {
       loadData: parameter => {

+ 2 - 2
vue.config.js

@@ -209,8 +209,8 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
     proxy: {
       '/api': {
       '/api': {
-        target: 'http://192.168.2.117/qpls-md',
-        // target: 'http://p.iscm.360arrow.com/qpls-md',
+        // target: 'http://192.168.2.117/qpls-md',
+        target: 'http://p.iscm.360arrow.com/qpls-md',
         // ws: false,
         // ws: false,
         ws: true,
         ws: true,
         changeOrigin: true,
         changeOrigin: true,