@kmkf-fe-packages/kmkf-work-order-service-component 2.2.13-beta.85 → 2.2.13-beta.87
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.
|
@@ -1160,7 +1160,7 @@ export var bsSystemOrderBackValues = function bsSystemOrderBackValues(_ref7) {
|
|
|
1160
1160
|
//如果没有选择的值不返填,会有两种情况 1.有值为空 2.没有值 为空的时候需要返填
|
|
1161
1161
|
if (!(value !== null && value !== void 0 && value.selectedRows)) return;
|
|
1162
1162
|
var bsGoodsComponent = (_templateList$compone = templateList.componentDtoList) === null || _templateList$compone === void 0 ? void 0 : _templateList$compone.filter(function (item) {
|
|
1163
|
-
return ['BS_GOODS', 'BS_DELIVERY_NO', 'BS_SEND_GOOD', 'BS_LOGISTICS', 'LOGISTICS_TRAJECTORY_MORE', 'LOGISTICS_INTERCEPTION_MORE'].includes(item.workOrderComponentType);
|
|
1163
|
+
return ['BS_GOODS', 'BS_DELIVERY_NO', 'BS_SEND_GOOD', 'BS_LOGISTICS', 'BS_REISSUE_GOODS', 'BS_RETURN_GOODS', 'BS_EXCHANGE_GOODS', 'LOGISTICS_TRAJECTORY_MORE', 'LOGISTICS_INTERCEPTION_MORE'].includes(item.workOrderComponentType);
|
|
1164
1164
|
});
|
|
1165
1165
|
if (!(bsGoodsComponent !== null && bsGoodsComponent !== void 0 && bsGoodsComponent.length)) return;
|
|
1166
1166
|
var bsGoodsValue = form.getFieldValue(bsGoodsComponent[0].uniqueKey);
|
|
@@ -393,9 +393,17 @@ export var getAlipayBillReceipt = function getAlipayBillReceipt(data) {
|
|
|
393
393
|
});
|
|
394
394
|
};
|
|
395
395
|
// jst订单详情
|
|
396
|
+
// export const jstOrderDetail: (data: any) => Promise<any> = (data: any) => {
|
|
397
|
+
// return request({
|
|
398
|
+
// url: '/qy/gdfw/order/jstOrderDetail',
|
|
399
|
+
// method: 'post',
|
|
400
|
+
// data,
|
|
401
|
+
// infoLevel: 'warning',
|
|
402
|
+
// });
|
|
403
|
+
// };
|
|
396
404
|
export var jstOrderDetail = function jstOrderDetail(data) {
|
|
397
405
|
return request({
|
|
398
|
-
url: '/qy/gdfw/
|
|
406
|
+
url: '/qy/gdfw/jst/erp/jstShopCode',
|
|
399
407
|
method: 'post',
|
|
400
408
|
data: data,
|
|
401
409
|
infoLevel: 'warning'
|
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.13-beta.
|
|
3
|
+
"version": "2.2.13-beta.87",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@ant-design/icons": "^4.7.0",
|
|
35
|
-
"@kmkf-fe-packages/basic-components": "2.2.13-beta.
|
|
36
|
-
"@kmkf-fe-packages/kmkf-utils": "2.2.13-beta.
|
|
37
|
-
"@kmkf-fe-packages/services-components": "2.2.13-beta.
|
|
35
|
+
"@kmkf-fe-packages/basic-components": "2.2.13-beta.87",
|
|
36
|
+
"@kmkf-fe-packages/kmkf-utils": "2.2.13-beta.87",
|
|
37
|
+
"@kmkf-fe-packages/services-components": "2.2.13-beta.87",
|
|
38
38
|
"@reduxjs/toolkit": "^1.8.5",
|
|
39
39
|
"ahooks": "^3.7.4",
|
|
40
40
|
"copy-to-clipboard": "^3.3.3",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"publishConfig": {
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "74d002079223286dfcc57e06eb5aca01bcc9b33e",
|
|
78
78
|
"gitHooks": {
|
|
79
79
|
"pre-commit": "lint-staged"
|
|
80
80
|
}
|