瀏覽代碼

修改bug

Qukatie 1 年之前
父節點
當前提交
55155e9c6a

+ 2 - 0
src/views/landTransportation/bulkCargo/detailPage.vue

@@ -2203,6 +2203,8 @@ export default {
     if (this.roleName2=='平台,调度派单') {
           this.findObject(this.goodsOptionForm.column, "unitPrice").display =false
           this.findObject(this.goodsOptionForm.column, "freightCollect").display=false
+          this.findObject(this.goodsOptionFormTwo.column, "freightPay").display=false
+          
      }
     if (this.roleName.indexOf('调度中心业务员') !== -1 || this.roleName.indexOf('调度中心经理') !== -1) {
       this.activeIndex = this.roleName.indexOf('调度中心业务员') !== -1 ? '2' : this.roleName.indexOf('调度中心经理') !== -1 ? '2' : '1'

+ 9 - 3
src/views/landTransportation/dispatchingCars/detailPage.vue

@@ -26,7 +26,7 @@
         >返回台账
         </el-button>
       </div>
-      <div>
+      <div v-if="roleNameTwo!='平台,调度派单'">
         <div class="el-button&#45;&#45;small-yh add-customer-btn">
           <el-button
               type="warning"
@@ -370,8 +370,8 @@
       <!--      </avue-crud>-->
       <!--    </basic-container>-->
 </span>
-    <containerTitle title="杂费明细"></containerTitle>
-    <basic-container>
+    <containerTitle title="杂费明细" v-if="roleNameTwo!='平台,调度派单'"></containerTitle>
+    <basic-container v-if="roleNameTwo!='平台,调度派单'">
       <el-tabs v-model="activeIndex" @tab-click="handleSelect">
         <el-tab-pane label="应收" name="1" v-if="!(roleNameTwo.indexOf('调度中心业务员') !== -1 || roleNameTwo.indexOf('调度中心经理') !== -1)"></el-tab-pane>
         <el-tab-pane label="应付" name="2"></el-tab-pane>
@@ -1540,6 +1540,12 @@ export default {
           this.findObject(this.entrustOptionTwoT.column, "landAmountD").hide = true
           this.findObject(this.entrustOptionTwoT.column, "landAmountD").showColumn = false
         }
+        if(this.roleNameTwo=='平台,调度派单'){
+          this.findObject(this.entrustOptionTwoT.column, "landAmountC").hide = true
+          this.findObject(this.entrustOptionTwoT.column, "landAmountC").showColumn = false
+          this.findObject(this.entrustOptionTwoT.column, "landAmountD").hide = true
+          this.findObject(this.entrustOptionTwoT.column, "landAmountD").showColumn = false
+        }
       }
     }
   },

+ 9 - 6
src/views/tirePartsMall/salesManagement/purchaseOrder/index.vue

@@ -351,15 +351,18 @@ export default {
           label: '数量',
           prop: "goodsTotalNum",
           overHidden: true,
-        }, {
-          label: '金额',
-          prop: "totalMoney",
-          overHidden: true,
-        }, {
+        }, 
+        // {
+        //   label: '金额',
+        //   prop: "totalMoney",
+        //   overHidden: true,
+        // }, 
+        {
                 label: '已付金额',
                 prop: "paymentAmountTl",
                 disabled: true
-            }, {
+            }, 
+            {
           label: '状态',
           prop: "status",
           search: true,