kmkf-work-order-service-component 0.3.3-alpha.1 → 0.3.4-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.
@@ -127,19 +127,19 @@ function CustomizeWorkOrderCard(props) {
127
127
  return transferOrder(item);
128
128
  },
129
129
  children: "\u8F6C\u4EA4"
130
- }), /*#__PURE__*/_jsx("span", {
131
- className: "orderItemOperate",
132
- onClick: function onClick() {
133
- return handleEdit(item);
134
- },
135
- children: "\u4FEE\u6539"
136
- }), /*#__PURE__*/_jsx("span", {
137
- className: "orderItemOperate",
138
- onClick: function onClick() {
139
- return deleteHandle(item);
140
- },
141
- children: "\u5220\u9664"
142
130
  })]
131
+ }), /*#__PURE__*/_jsx("span", {
132
+ className: "orderItemOperate",
133
+ onClick: function onClick() {
134
+ return handleEdit(item);
135
+ },
136
+ children: "\u4FEE\u6539"
137
+ }), /*#__PURE__*/_jsx("span", {
138
+ className: "orderItemOperate",
139
+ onClick: function onClick() {
140
+ return deleteHandle(item);
141
+ },
142
+ children: "\u5220\u9664"
143
143
  }), /*#__PURE__*/_jsx("span", {
144
144
  className: "orderItemOperate",
145
145
  onClick: function onClick() {
@@ -926,10 +926,12 @@ export var getReplaceWarnValues = function getReplaceWarnValues(templateDetail,
926
926
  var componentConfig = next.componentConfig;
927
927
 
928
928
  if (componentConfig !== null && componentConfig !== void 0 && componentConfig.replaceWarn && keyValues[key]) {
929
- prv.push({
930
- componentKey: "".concat(next.uniqueKey, "_").concat(key),
931
- componentValue: keyValues[key]
932
- });
929
+ if (!(key === 'buyerNick' && keyValues[key].indexOf('*') > -1)) {
930
+ prv.push({
931
+ componentKey: "".concat(next.uniqueKey, "_").concat(key),
932
+ componentValue: keyValues[key]
933
+ });
934
+ }
933
935
  }
934
936
  }
935
937
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.3.3-alpha.1",
3
+ "version": "0.3.4-alpha.1",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",