Commit 05ab3971 by qinjianhui

fix: 问题修改

parent 2e9ef0b6
...@@ -874,12 +874,12 @@ ...@@ -874,12 +874,12 @@
<ElButton type="primary" @click="printNormal"> 普货拣货 </ElButton> <ElButton type="primary" @click="printNormal"> 普货拣货 </ElButton>
</span> </span>
</ElFormItem> </ElFormItem>
<ElFormItem <ElFormItem v-if="status === 'WAIT_SHIPMENT'">
v-if="
status === 'WAIT_SHIPMENT'"
>
<span class="item"> <span class="item">
<ElButton type="success" @click="printNormalProductionOrder(2, null)"> <ElButton
type="success"
@click="printNormalProductionOrder(2, null)"
>
打印普胚生产单 打印普胚生产单
</ElButton> </ElButton>
</span> </span>
...@@ -1587,9 +1587,9 @@ ...@@ -1587,9 +1587,9 @@
</div> </div>
<div <div
v-if=" v-if="
(status === 'WAIT_SHIPMENT' && status === 'WAIT_SHIPMENT' &&
item.productMark === 'custom_normal') || (item.productMark === 'custom_normal' ||
item.productMark === 'normal' item.productMark === 'normal')
" "
style=" style="
display: flex; 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