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.
@@ -1,5 +1,5 @@
1
1
  .order_header {
2
- padding: 16px 16px 0 16px;
2
+ padding: 0 16px;
3
3
 
4
4
  .order_header_tabs {
5
5
  display: flex;
@@ -659,8 +659,9 @@ export var orderBack = /*#__PURE__*/function () {
659
659
  promise = [orderDetail({
660
660
  shopId: shopId,
661
661
  //店铺id
662
- orderNo: order_no //订单id
663
-
662
+ orderNo: order_no,
663
+ //订单id
664
+ templateId: templateDetail.uniqueKey
664
665
  })];
665
666
  taobaoId ? promise.push(getThirdOpenUidByOrderNo({
666
667
  orderNo: order_no,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.3.8",
3
+ "version": "0.3.9-alpha.1",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",