@kmkf-fe-packages/kmkf-work-order-service-component 2.2.44-beta.5 → 2.2.44-beta.6

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.
@@ -189,7 +189,9 @@ var FormRender = function FormRender(props, ref) {
189
189
  });
190
190
  var transData = calcWorkOrderList([record], preNodeComponentDtoList);
191
191
  preNodeForm.setFieldsValue(_objectSpread({}, get(transData, '0', {})));
192
- record.preCreateAndNotModified && fillByShopId(get(transData, '0', {}).shopId);
192
+ if (record.preCreateAndNotModified || record.notAutoFillWithFirstSubmit) {
193
+ fillByShopId(get(transData, '0', {}).shopId);
194
+ }
193
195
  }
194
196
  }, [record]);
195
197
  // 过滤打款组件订单与支付宝账号重复校验结果
@@ -236,7 +236,6 @@ export declare const selectCurrentNodeDetail: (state: FlowTemplateDetailState) =
236
236
  }[];
237
237
  } | undefined;
238
238
  } | undefined;
239
- uniqueKey: string;
240
239
  } | undefined;
241
240
  } | undefined;
242
241
  export declare const selectTid: (state: FlowTemplateDetailState) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-work-order-service-component",
3
- "version": "2.2.44-beta.5",
3
+ "version": "2.2.44-beta.6",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -75,7 +75,7 @@
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  },
78
- "gitHead": "fde30aaab981f9e1daa670688f360d25d4cced05",
78
+ "gitHead": "920126df287d89b84a12fcdfda84dd9b928fcb89",
79
79
  "gitHooks": {
80
80
  "pre-commit": "lint-staged"
81
81
  }