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