@kmkf-fe-packages/services-components 2.0.54 → 2.0.56

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.
@@ -18,7 +18,7 @@ function useGetErpSendData(reduxData, notJudgedErp) {
18
18
  setGlobalState = _useState2[1];
19
19
  var hasErpData = useGetHasErpData(reduxData);
20
20
  useEffect(function () {
21
- console.log("发货仓--", hasErpData, notJudgedErp);
21
+ // console.log("发货仓--", hasErpData, notJudgedErp);
22
22
  asyncQueryData(hasErpData, notJudgedErp);
23
23
  }, [hasErpData, notJudgedErp]);
24
24
  var asyncQueryData = /*#__PURE__*/function () {
@@ -7,9 +7,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
7
7
  import system from "./system";
8
8
  import bs_e3 from "./bs_e3";
9
9
  import bs from "./bs";
10
- import wdt from "./wdt";
11
- import gy from "./gy";
12
- import { getJstColumns, getWlnColumns } from "@kmkf-fe-packages/basic-components";
10
+ import { getJstColumns, getWlnColumns, getGyColumns, getWdtColumns } from "@kmkf-fe-packages/basic-components";
13
11
  import defaultColumns from "./defaultColumns";
14
12
  export var getColumnsMap = function getColumnsMap(args) {
15
13
  var _ref = args || {},
@@ -17,9 +15,12 @@ export var getColumnsMap = function getColumnsMap(args) {
17
15
  text = _ref$text === void 0 ? "" : _ref$text;
18
16
  return _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, system()), bs({
19
17
  text: text
20
- })), bs_e3()), wdt({
21
- text: text
22
- })), gy()), getJstColumns({
18
+ })), bs_e3()), getWdtColumns({
19
+ text: text,
20
+ disabled: true
21
+ })), getGyColumns({
22
+ disabled: true
23
+ })), getJstColumns({
23
24
  disabled: true
24
25
  })), getWlnColumns({
25
26
  text: text
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { ShowHeaderObjType } from '../../type';
1
+ import React from "react";
2
+ import { ShowHeaderObjType } from "../../type";
3
3
  declare type getFormItemProps = {
4
4
  name: string;
5
5
  title: string;