kmkf-work-order-service-component 0.4.13-alpha.2 → 0.4.13-alpha.3

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.
@@ -1166,12 +1166,14 @@ export var updateJSTItemListHandle = function updateJSTItemListHandle() {
1166
1166
  params.logisticsCompany = express.getExpressNameByName(item.logisticsCompany);
1167
1167
  params.logisticsCode = item.lId;
1168
1168
  } else if (type === 'supply') {
1169
+ console.log(showField, item);
1170
+
1169
1171
  if (['supplyId', 'all'].includes(showField)) {
1170
- params.sendId = item.drpCoIdTo;
1172
+ params.supplyId = item.drpCoIdTo;
1171
1173
  }
1172
1174
 
1173
1175
  if (['supplyName', 'all'].includes(showField)) {
1174
- params.sendName = item.drpCoName;
1176
+ params.supplyName = item.drpCoName;
1175
1177
  }
1176
1178
  } else if (type === 'send') {
1177
1179
  if (['sendId', 'all'].includes(showField)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.4.13-alpha.2",
3
+ "version": "0.4.13-alpha.3",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",