Commit 7a0fd357 by wuqian

Merge branch 'wq' into dev

parents ef060740 658053c1
......@@ -37,6 +37,7 @@
</ElSelect>
</div>
<div class="form-item">
<ElSelect
v-model="warehouseId"
placeholder="请选择仓库"
......
......@@ -659,7 +659,9 @@
</ElDropdown>
</span>
</ElFormItem>
<ElFormItem v-if="status === 'COMPLETE'">
<ElFormItem
v-if="['WAIT_TRACK', 'COMPLETE', 'IN_TRANSIT'].includes(status)"
>
<span class="item">
<ElButton type="warning" @click="statusPush">状态推送</ElButton>
</span>
......
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