Commit 05ab3971 by qinjianhui

fix: 问题修改

parent 2e9ef0b6
......@@ -874,12 +874,12 @@
<ElButton type="primary" @click="printNormal"> 普货拣货 </ElButton>
</span>
</ElFormItem>
<ElFormItem
v-if="
status === 'WAIT_SHIPMENT'"
>
<ElFormItem v-if="status === 'WAIT_SHIPMENT'">
<span class="item">
<ElButton type="success" @click="printNormalProductionOrder(2, null)">
<ElButton
type="success"
@click="printNormalProductionOrder(2, null)"
>
打印普胚生产单
</ElButton>
</span>
......@@ -1587,9 +1587,9 @@
</div>
<div
v-if="
(status === 'WAIT_SHIPMENT' &&
item.productMark === 'custom_normal') ||
item.productMark === 'normal'
status === 'WAIT_SHIPMENT' &&
(item.productMark === 'custom_normal' ||
item.productMark === 'normal')
"
style="
display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment