|
@@ -29,7 +29,8 @@
|
|
@input="handleUpdateLotNumber"
|
|
@input="handleUpdateLotNumber"
|
|
:min="0"
|
|
:min="0"
|
|
/>
|
|
/>
|
|
- <el-button style="margin-left: 10px;" type="primary" @click="handleComputedMaterial"
|
|
|
|
|
|
+ <el-button v-hasPermi="['business:productionBatch:outsourcedAdd']"
|
|
|
|
+ style="margin-left: 10px;" type="primary" @click="handleComputedMaterial"
|
|
>外协投料计算</el-button>
|
|
>外协投料计算</el-button>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-form-item label="下达日期" prop="issuanceDate">
|
|
<el-form-item label="下达日期" prop="issuanceDate">
|