1
This commit is contained in:
@@ -257,7 +257,7 @@ func (c *PrinterHandler) PrintOrder(ctx *jxcontext.Context, store *model.Store,
|
||||
printData[WayBillStatus] = order.VendorStatus // 运单状态
|
||||
case "store":
|
||||
printData[StoreStatus] = utils.Int2Str(store.Status) // 运单状态
|
||||
case "reminder":
|
||||
case "enter":
|
||||
printData[ReminderStatus] = "1" // 催单
|
||||
}
|
||||
orderPrint, err := json.Marshal(printData)
|
||||
|
||||
Reference in New Issue
Block a user