liyg 2 سال پیش
والد
کامیت
939f711ae4

+ 2 - 2
src/views/appoint/components/ship/deliveryAttorney.vue

@@ -81,7 +81,7 @@
             label="操作"
             width="120"
           >
-            <template slot-scope="scope">
+            <!-- <template slot-scope="scope">
               <el-button
                 @click="modifyClick(scope.row.attorneyId)"
                 type="text"
@@ -90,7 +90,7 @@
               >
                 修改
               </el-button>
-            </template>
+            </template> -->
           </el-table-column>
         </dilTable>
       </el-tab-pane>

+ 9 - 0
src/views/statisticalReport/components/salesLogisticsStatistics/saleSteelReports.vue

@@ -690,6 +690,12 @@
                 "
                 >提交</el-button
               >
+              <span v-show="orgCode!='chengyunshang'">是否校验GPS:</span>
+              <el-switch
+                v-model="isCheckGPS"
+                v-show="orgCode!='chengyunshang'"
+                :disabled="orgCode=='chengyunshang'">
+              </el-switch>
             </div>
             <div class="steelMapClass33">
               <span>司机电话:</span>
@@ -1401,6 +1407,7 @@ export default {
   },
   data() {
     return {
+      isCheckGPS:true,
       userId:null,
       orgCode:null,
       taskAllNum:0,
@@ -2863,6 +2870,8 @@ export default {
         this.$message.error('请输入正确格式的车牌号!')
         return
       }
+      //是否校验GPS
+      this.steelMap.isCheckGPS=this.isCheckGPS;
       if (this.steelMap.capacityIds != 0) {
         const loading = this.$loading({
           lock: true,