zhangdan 4 jaren geleden
bovenliggende
commit
59ccc27ce9

+ 0 - 1
src/views/cleanManage/cleanDetail.vue

@@ -74,7 +74,6 @@
       <span slot="action" slot-scope="text,record">
         <a-button type="primary" @click="handleDetail(record)" v-hasPermission="'B_cleanDetail'" id="cleanDetail-handleDetail">查看清运明细</a-button>
         <span v-if="!$hasPermissions('B_cleanDetail')">--</span>
-        <!-- <a-button type="primary" @click="handleDetail(record)" >查看清运明细</a-button> -->
       </span>
     </s-table>
     <!-- 详情弹窗 -->

+ 4 - 2
src/views/cleanManage/cleanModal.vue

@@ -6,6 +6,7 @@
           <a-select
             placeholder="请选择清运司机"
             allowClear
+            id="cleanModal-diverId"
             v-model="queryParam.diverId"
             :showSearch="true"
             option-filter-prop="children"
@@ -16,16 +17,17 @@
         <a-form-model-item label="备注">
           <a-textarea
             :maxLength="500"
+            id="cleanModal-remarks"
             v-model="queryParam.remarks"
             style="min-height: 60px;"
             placeholder="请输入备注(最多500个字符)"
             autoSize />
         </a-form-model-item>
         <a-form-model-item :wrapper-col="{ span: 24, offset: 8 }">
-          <a-button type="primary" @click="handleSubmit" :style="{ marginRight: '15px' }">
+          <a-button type="primary" @click="handleSubmit" id="cleanModal-handleSubmit":style="{ marginRight: '15px' }">
             保存
           </a-button>
-          <a-button :style="{ marginLeft: '15px' }" @click="cancel" >
+          <a-button :style="{ marginLeft: '15px' }" id="cleanModal-cancel" @click="cancel" >
             取消
           </a-button>
         </a-form-model-item>

+ 4 - 17
src/views/cleanManage/notCleanNetwork.vue

@@ -134,7 +134,6 @@
       <!-- 操作 -->
       <span slot="action" slot-scope="text,record">
         <a-button type="primary" @click="handleDetail(record)" v-hasPermission="'B_notCleanNetwork_edit'" id="notCleanNetwork-handleDetail">立即清运</a-button>
-        <!-- <a-button type="primary" @click="handleDetail(record)" id="notCleanNetwork-handleDetail">立即清运</a-button> -->
         <span v-if="!$hasPermissions('B_notCleanNetwork_edit')">--</span>
       </span>
     </s-table>
@@ -149,22 +148,10 @@
 </template>
 
 <script>
-import {
-  STable,
-  VSelect
-} from '@/components'
-import {
-  stationList
-} from '@/api/releaseRecord.js'
-import {
-  netWorkCleanRecordList,
-  getCleanStationSum
-} from '@/api/cleanManage.js'
-import {
-  getProvince,
-  getCityByPro,
-  getDistrictByCity
-} from '@/api/station'
+import { STable, VSelect } from '@/components'
+import { stationList } from '@/api/releaseRecord.js'
+import { netWorkCleanRecordList, getCleanStationSum } from '@/api/cleanManage.js'
+import { getProvince, getCityByPro, getDistrictByCity } from '@/api/station'
 import cleanModal from './cleanModal.vue'
 import moment from 'moment'
 export default {

+ 0 - 1
src/views/equipmentManage/electronicScale/electronicScale.vue

@@ -18,7 +18,6 @@
     </div>
     <!-- 新增 -->
     <div class="electronicScale-container-add"><a-button type="primary" icon="plus" @click="openModal" id="electronicScale-openModal" v-hasPermission="'B_electronicScale_add'">新增</a-button></div>
-    <!-- <div class="electronicScale-container-add"><a-button type="primary" icon="plus" @click="openModal" id="electronicScale-openModal">新增</a-button></div> -->
     <!-- 合计 -->
     <a-alert type="info" showIcon style="margin-bottom:15px">
       <div class="ftext" slot="message">