Browse Source

修改客户名称和费用名称的宽度值

lichao 3 năm trước cách đây
mục cha
commit
afd61499e5

+ 4 - 4
src/views/Warehousing/cargoClearance/AddOrUpdate.vue

@@ -1169,7 +1169,7 @@
             prop="fCorpid"
             header-align="center"
             align="center"
-            width="180px"
+            width="300px"
             label="客户名称"
           >
             <template slot-scope="scope">
@@ -1193,7 +1193,7 @@
             prop="fFeeid"
             header-align="center"
             align="center"
-            width="180px"
+            width="240px"
             label="费用名称"
           >
             <template slot-scope="scope">
@@ -1539,7 +1539,7 @@
             prop="fCorpid"
             header-align="center"
             align="center"
-            width="180px"
+            width="300px"
             label="客户名称"
           >
             <template slot-scope="scope">
@@ -1563,7 +1563,7 @@
             prop="fFeeid"
             header-align="center"
             align="center"
-            width="180px"
+            width="240px"
             label="费用名称"
           >
             <template slot-scope="scope">

+ 2 - 2
src/views/Warehousing/components/incomeMoney.vue

@@ -57,7 +57,7 @@
           prop="fCorpid"
           header-align="center"
           align="center"
-          width="180px"
+          width="300px"
           label="客户名称"
       >
         <template slot-scope="scope">
@@ -81,7 +81,7 @@
           prop="fFeeid"
           header-align="center"
           align="center"
-          width="180px"
+          width="240px"
           label="费用名称"
       >
         <template slot-scope="scope">

+ 2 - 2
src/views/Warehousing/components/payMoney.vue

@@ -56,7 +56,7 @@
         prop="fCorpid"
         header-align="center"
         align="center"
-        width="180px"
+        width="300px"
         label="客户名称"
       >
         <template slot-scope="scope">
@@ -80,7 +80,7 @@
         prop="fFeeid"
         header-align="center"
         align="center"
-        width="180px"
+        width="240px"
         label="费用名称"
       >
         <template slot-scope="scope">

+ 4 - 4
src/views/Warehousing/goodsTransfer/AddOrUpdate.vue

@@ -685,7 +685,7 @@
             prop="fCorpid"
             header-align="center"
             align="center"
-            width="180px"
+            width="300px"
             label="客户名称"
           >
             <template slot-scope="scope">
@@ -709,7 +709,7 @@
             prop="fFeeid"
             header-align="center"
             align="center"
-            width="180px"
+            width="240px"
             label="费用名称"
           >
             <template slot-scope="scope">
@@ -1061,7 +1061,7 @@
             prop="fCorpid"
             header-align="center"
             align="center"
-            width="180px"
+            width="300px"
             label="客户名称"
           >
             <template slot-scope="scope">
@@ -1085,7 +1085,7 @@
             prop="fFeeid"
             header-align="center"
             align="center"
-            width="180px"
+            width="240px"
             label="费用名称"
           >
             <template slot-scope="scope">

+ 13 - 4
src/views/Warehousing/outStock/AddOrUpdate.vue

@@ -1273,7 +1273,7 @@
               prop="fCorpid"
               header-align="center"
               align="center"
-              width="180px"
+              width="300px"
               label="客户名称"
           >
             <template slot-scope="scope">
@@ -1297,7 +1297,7 @@
               prop="fFeeid"
               header-align="center"
               align="center"
-              width="180px"
+              width="240px"
               label="费用名称"
           >
             <template slot-scope="scope">
@@ -1816,7 +1816,7 @@
               prop="fCorpid"
               header-align="center"
               align="center"
-              width="180px"
+              width="300px"
               label="客户名称"
           >
             <template slot-scope="scope">
@@ -1840,7 +1840,7 @@
               prop="fFeeid"
               header-align="center"
               align="center"
-              width="180px"
+              width="240px"
               label="费用名称"
           >
             <template slot-scope="scope">
@@ -3804,6 +3804,7 @@ import {addSet, select, resetModule} from "@/api/system/set";
 import upLoad from "../components/upLoad";
 import draggable from "vuedraggable";
 import {queryClerkRoleList} from "@/api/warehouseBusiness/warehouseInStock";
+import { listCharge } from "@/api/system/viewApproval";
 
 export default {
   name: "inStock",
@@ -6517,6 +6518,14 @@ export default {
               if (e.fQty) {
                 this.allfQty += e.fQty;
               }
+              let data = {
+                id: this.form.fId,
+                actId: 120,
+                fidStatus: 'f_billstatus',
+              };
+              listCharge(data).then((data) => {
+                console.log(data.data)
+              });
             });
             if (command == "a") {
               this.print_shd = true;

+ 3 - 3
src/views/Warehousing/stockTransfer/AddOrUpdate.vue

@@ -1501,7 +1501,7 @@
             prop="fCorpid"
             header-align="center"
             align="center"
-            width="180px"
+            width="300px"
             label="客户名称"
           >
             <template slot-scope="scope">
@@ -1525,7 +1525,7 @@
             prop="fFeeid"
             header-align="center"
             align="center"
-            width="180px"
+            width="240px"
             label="费用名称"
           >
             <template slot-scope="scope">
@@ -1901,7 +1901,7 @@
             prop="fFeeid"
             header-align="center"
             align="center"
-            width="180px"
+            width="240px"
             label="费用名称"
           >
             <template slot-scope="scope">