소스 검색

九方优化

saber 3 년 전
부모
커밋
ec614c0e89
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 0
      src/views/BasicSettings/SuppliersManage/SippliersStockPriceListEdit.vue
  2. 2 2
      src/views/MeasurementOrderMannage/edit.vue

+ 1 - 0
src/views/BasicSettings/SuppliersManage/SippliersStockPriceListEdit.vue

@@ -265,6 +265,7 @@ export default {
           supply_id: this.$route.query.supply_id
         }
       }).then((res) => {  
+        this.searchData.id = res.data.id
         this.searchData.code = res.data.code
         this.searchData.title = res.data.title
         this.tableData = res.data.list

+ 2 - 2
src/views/MeasurementOrderMannage/edit.vue

@@ -23,14 +23,14 @@
         @click="postData"
         >保存</Button
       >
-      <Button
+      <!-- <Button
         :disabled="$route.query.editType == 1 ? true : false"
         type="primary"
         ghost
         style="margin-right: 10px"
         @click="batchConfirm"
         >批量确认</Button
-      >
+      > -->
       <Button
         :disabled="$route.query.editType != 1 ? true : false"
         type="primary"