lilei 3 tahun lalu
induk
melakukan
3c8e8da9b2

+ 4 - 4
src/libs/JGPrint.js

@@ -15,9 +15,9 @@ export const JGPrintTag = function (html, width, height, data) {
       onOk () {
         var agent = navigator.userAgent.toLowerCase();
         if (agent.indexOf("win32") >= 0 || agent.indexOf("wow32") >= 0) {
-            window.open('http://www.lodop.net/demolist/CLodop_Setup_for_Win32NT.zip')
+            window.open('https://iscm.360arrow.com/electron/CLodop.exe')
         }else if (agent.indexOf("win64") >= 0 || agent.indexOf("wow64") >= 0) {
-            window.open('http://www.lodop.net/download/CLodop_Setup_for_Win64NT_4.155EN.zip')
+            window.open('https://iscm.360arrow.com/electron/CLodop.exe')
         }
       }
     })
@@ -139,9 +139,9 @@ export const jGPrint = function (data, type, printerType) {
         onOk () {
           var agent = navigator.userAgent.toLowerCase();
           if (agent.indexOf("win32") >= 0 || agent.indexOf("wow32") >= 0) {
-              window.open('http://www.lodop.net/demolist/CLodop_Setup_for_Win32NT.zip')
+              window.open('https://iscm.360arrow.com/electron/CLodop.exe')
           }else if (agent.indexOf("win64") >= 0 || agent.indexOf("wow64") >= 0) {
-              window.open('http://www.lodop.net/download/CLodop_Setup_for_Win64NT_4.155EN.zip')
+              window.open('https://iscm.360arrow.com/electron/CLodop.exe')
           }
         }
       })

+ 1 - 1
src/views/common/settleAccount.js

@@ -10,7 +10,7 @@ const SettleAccount = {
           :showSearch="true"
           @change="handleChange"
           :filter-option="filterOption">
-          <a-select-option v-for="item in list" :key="item[defValKey]" :value="item[defValKey]">{{ item.accountName }}</a-select-option>
+          <a-select-option v-for="item in list" :key="item[defValKey]" :value="item[defValKey]">{{ item.accountName }}-{{item.accountNo}}</a-select-option>
         </a-select>
     `,
   props: {

+ 1 - 1
src/views/financialManagement/fundAccountManagement/list.vue

@@ -103,7 +103,7 @@ export default {
       tableHeight: 0,
       disabled: false, //  查询、重置按钮是否可操作
       advanced: true, //  高级搜索 展开/关闭
-      enableFundAccount: '',
+      enableFundAccount: '', // 结算管理开启状态
       // 查询参数
       queryParam: {},
       // 表头