ezhizao_zx 1 vuosi sitten
vanhempi
commit
f9e089f2b2
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      src/views/business/reviseBath/lotFormParticulars.vue

+ 4 - 4
src/views/business/reviseBath/lotFormParticulars.vue

@@ -186,12 +186,12 @@
     </el-form>
     <div style="padding: 16px">
       <span style="font-weight: bold; font-size: 18px">工艺路线</span>
-      <el-button v-if="showVerify(true, 'business:lot:onceSingleChange')" type="primary"
-        style="float: right; margin-left: 10px" @click="handleOnceSingleChange">
+      <el-button v-if="showVerify(true, 'business:lot:onceSingleChange')" :disabled="lot.isWasteRecycling == 1"
+        type="primary" style="float: right; margin-left: 10px" @click="handleOnceSingleChange">
         单批单改
       </el-button>
-      <el-button v-if="showVerify(true, 'business:lot:inBatch')" type="primary" style="float: right; margin-left: 10px"
-        @click="handleSplit()">
+      <el-button v-if="showVerify(true, 'business:lot:inBatch')" :disabled="lot.isWasteRecycling == 1" type="primary"
+        style="float: right; margin-left: 10px" @click="handleSplit()">
         分批
       </el-button>
       <el-button v-if="showVerify(true, 'business:lot:waste')" :disabled="lot.isWaste == 1" type="danger"