Commit ce5fdd29 by zhuzhequan

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

parent 43b20553
...@@ -650,6 +650,7 @@ const getPackingData = async (code: string) => { ...@@ -650,6 +650,7 @@ const getPackingData = async (code: string) => {
background: 'rgba(0, 0, 0, 0.3)', background: 'rgba(0, 0, 0, 0.3)',
}) })
currentCode = code currentCode = code
try { try {
const factoryNo = userStore.user?.factory.id const factoryNo = userStore.user?.factory.id
if (!factoryNo) { if (!factoryNo) {
......
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