新增采购计划
This commit is contained in:
@@ -157,10 +157,10 @@
|
||||
<OrderDetailPanel :orderId="detailOrderId" />
|
||||
</el-dialog>
|
||||
|
||||
<!-- 智能采购单弹窗 -->
|
||||
<el-dialog :title="`智能采购单(订单ID:${clacOrderId})`" :visible.sync="clacDialogVisible" width="90%" append-to-body>
|
||||
<!-- 智能采购单弹窗, 底部弹出 -->
|
||||
<el-drawer :title="`智能采购单(订单ID:${clacOrderId})`" direction="btt" :visible.sync="clacDialogVisible" width="100%" size="90%" append-to-body>
|
||||
<clac-panel :orderId="clacOrderId" @confirm="handleRecommendConfirm" />
|
||||
</el-dialog>
|
||||
</el-drawer>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user