Commit 171b904a by dzhang

自动核销/收货

parent 68cc15f9
...@@ -20,4 +20,5 @@ class OrderItemEnum ...@@ -20,4 +20,5 @@ class OrderItemEnum
//核销方式 //核销方式
const DELIVERED_BTN = 1; //按钮核销 const DELIVERED_BTN = 1; //按钮核销
const DELIVERED_CODE = 2; //扫码核销 const DELIVERED_CODE = 2; //扫码核销
const DELIVERED_AUTO = 3;//自动核销/收货
} }
\ No newline at end of file
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