Jelajahi Sumber

Merge branch 'master' of http://121.41.102.225:8099/Nidong/jiufang

Andy 3 tahun lalu
induk
melakukan
8db0dbd3e7

+ 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"