|
@@ -626,7 +626,7 @@
|
|
|
<div class="flex justify-center pb-4">
|
|
<div class="flex justify-center pb-4">
|
|
|
<el-button @click="handleClose" :loading="loading">关闭</el-button>
|
|
<el-button @click="handleClose" :loading="loading">关闭</el-button>
|
|
|
<el-button v-if="!route.query.id || orderDetail?.createAcceptOrder === false" type="primary" :loading="loading" @click="handleGenerateAcceptance">
|
|
<el-button v-if="!route.query.id || orderDetail?.createAcceptOrder === false" type="primary" :loading="loading" @click="handleGenerateAcceptance">
|
|
|
- 生产任务单
|
|
|
|
|
|
|
+ 生成任务单
|
|
|
</el-button>
|
|
</el-button>
|
|
|
<el-button type="primary" @click="handleSave" :loading="loading">保存</el-button>
|
|
<el-button type="primary" @click="handleSave" :loading="loading">保存</el-button>
|
|
|
</div>
|
|
</div>
|