kmkf-work-order-service-component 0.3.8 → 0.3.9-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -659,8 +659,9 @@ export var orderBack = /*#__PURE__*/function () {
|
|
659
659
|
promise = [orderDetail({
|
660
660
|
shopId: shopId,
|
661
661
|
//店铺id
|
662
|
-
orderNo: order_no
|
663
|
-
|
662
|
+
orderNo: order_no,
|
663
|
+
//订单id
|
664
|
+
templateId: templateDetail.uniqueKey
|
664
665
|
})];
|
665
666
|
taobaoId ? promise.push(getThirdOpenUidByOrderNo({
|
666
667
|
orderNo: order_no,
|