Commit e08b2fc6 by wusiyi

feat: POD订单(CN)新增收件国家筛选 #1002558

parent 336d59a8
...@@ -379,7 +379,17 @@ ...@@ -379,7 +379,17 @@
style="width: 150px" style="width: 150px"
></ElInput> ></ElInput>
</ElFormItem> </ElFormItem>
<ElFormItem label="收件国家"> <ElFormItem
v-if="
![
'TO_BE_ARRANGE',
'PICKING',
'TO_BE_REPLENISHMENT',
'IN_PRODUCTION',
].includes(status)
"
label="收件国家"
>
<ElSelect <ElSelect
v-model="searchForm.receiverCountry" v-model="searchForm.receiverCountry"
placeholder="收件国家" placeholder="收件国家"
......
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