Commit 430cbb36 by zhuzhequan

fix:工厂端新增一些字段,以解决POD订单(CN)中某些国家的订单创建物流失败问题 #ID:1002428

parent ce5fdd29
...@@ -408,7 +408,7 @@ const formConfig = computed<IFormConfig[]>(() => [ ...@@ -408,7 +408,7 @@ const formConfig = computed<IFormConfig[]>(() => [
}, },
rules: [ rules: [
{ {
required: true, required: false,
message: '请输入vat编号', message: '请输入vat编号',
}, },
], ],
...@@ -422,7 +422,7 @@ const formConfig = computed<IFormConfig[]>(() => [ ...@@ -422,7 +422,7 @@ const formConfig = computed<IFormConfig[]>(() => [
}, },
rules: [ rules: [
{ {
required: true, required: false,
message: '请输入IOSS编号', message: '请输入IOSS编号',
}, },
], ],
......
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