@kmkf-fe-packages/basic-components 2.0.19-beta.39 → 2.0.19-beta.40

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.
package/dist/index.esm.js CHANGED
@@ -13801,7 +13801,10 @@ var getColumns$2 = function getColumns(_ref) {
13801
13801
  width: 250
13802
13802
  }, {
13803
13803
  dataIndex: 'orderPrice',
13804
- title: "\u5B9E\u4ED8\u603B\u91D1\u989D",
13804
+ title: "\u6210\u4EA4\u603B\u91D1\u989D",
13805
+ render: function render(val, record) {
13806
+ return (record.num || record.num === 0) && (val || val === 0) ? val * record.num : null;
13807
+ },
13805
13808
  width: 200
13806
13809
  }, {
13807
13810
  dataIndex: 'num',
@@ -13856,10 +13859,13 @@ var getColumns$2 = function getColumns(_ref) {
13856
13859
  width: 250
13857
13860
  }, {
13858
13861
  dataIndex: 'orderPrice',
13859
- title: "\u5B9E\u4ED8\u603B\u91D1\u989D",
13862
+ title: "\u6210\u4EA4\u603B\u91D1\u989D",
13860
13863
  align: 'center',
13861
13864
  ellipsis: true,
13862
- width: 100
13865
+ width: 100,
13866
+ render: function render(val, record) {
13867
+ return (record.num || record.num === 0) && (val || val === 0) ? val * record.num : null;
13868
+ }
13863
13869
  }, {
13864
13870
  dataIndex: 'num',
13865
13871
  title: "".concat(text, "\u6570\u91CF"),
@@ -14167,7 +14173,7 @@ var getColumns$3 = function getColumns(_ref) {
14167
14173
  return {
14168
14174
  //万里牛商品信息
14169
14175
  WLN_GOODS: [{
14170
- dataIndex: 'itemName',
14176
+ dataIndex: 'wlnItemName',
14171
14177
  title: "\u5546\u54C1\u540D\u79F0",
14172
14178
  align: 'center',
14173
14179
  ellipsis: true,
@@ -14195,13 +14201,13 @@ var getColumns$3 = function getColumns(_ref) {
14195
14201
  title: "\u7EBF\u4E0Asku\u7F16\u7801",
14196
14202
  align: 'center',
14197
14203
  ellipsis: true,
14198
- width: 100
14204
+ width: 150
14199
14205
  }, {
14200
14206
  dataIndex: 'sku',
14201
14207
  title: "\u7EBF\u4E0Asku id",
14202
14208
  align: 'center',
14203
14209
  ellipsis: true,
14204
- width: 100
14210
+ width: 150
14205
14211
  }, {
14206
14212
  dataIndex: 'name',
14207
14213
  title: "\u7EBF\u4E0A\u5546\u54C1\u540D\u79F0",
@@ -14225,7 +14231,7 @@ var getColumns$3 = function getColumns(_ref) {
14225
14231
  title: "\u7EBF\u4E0A\u5546\u54C1\u7F16\u7801",
14226
14232
  align: 'center',
14227
14233
  ellipsis: true,
14228
- width: 100
14234
+ width: 150
14229
14235
  }, {
14230
14236
  dataIndex: 'code',
14231
14237
  title: "\u7EBF\u4E0A\u5546\u54C1id",
@@ -14237,7 +14243,7 @@ var getColumns$3 = function getColumns(_ref) {
14237
14243
  title: "\u5546\u54C1\u6761\u7801",
14238
14244
  align: 'center',
14239
14245
  ellipsis: true,
14240
- width: 100
14246
+ width: 150
14241
14247
  }, {
14242
14248
  dataIndex: 'money',
14243
14249
  title: "\u5B9E\u4ED8\u91D1\u989D",
@@ -14265,7 +14271,7 @@ var getColumns$3 = function getColumns(_ref) {
14265
14271
  }
14266
14272
  }, {
14267
14273
  dataIndex: 'share',
14268
- title: "\u5206\u644A\u4EF7",
14274
+ title: "\u5E94\u6536\u6B3E",
14269
14275
  align: 'center',
14270
14276
  ellipsis: true,
14271
14277
  width: 70
@@ -14276,7 +14282,7 @@ var getColumns$3 = function getColumns(_ref) {
14276
14282
  ellipsis: true,
14277
14283
  width: 100
14278
14284
  }, {
14279
- dataIndex: 'package',
14285
+ dataIndex: 'isPackage',
14280
14286
  title: "\u662F\u5426\u7EC4\u5408\u5546\u54C1",
14281
14287
  align: 'center',
14282
14288
  ellipsis: true,
@@ -14296,24 +14302,6 @@ var getColumns$3 = function getColumns(_ref) {
14296
14302
  }) : /*#__PURE__*/React.createElement("span", null, getYesOrNo(val));
14297
14303
  },
14298
14304
  width: 100
14299
- }, {
14300
- dataIndex: 'pkgGoodsName',
14301
- title: "\u7EC4\u5408\u5546\u54C1\u540D\u79F0",
14302
- align: 'center',
14303
- ellipsis: true,
14304
- width: 100
14305
- }, {
14306
- dataIndex: 'pkgGoodsCode',
14307
- title: "\u7EC4\u5408\u5546\u54C1\u7F16\u7801",
14308
- align: 'center',
14309
- ellipsis: true,
14310
- width: 100
14311
- }, {
14312
- dataIndex: 'pkgGoodsId',
14313
- title: "\u7EC4\u5408\u5546\u54C1id",
14314
- align: 'center',
14315
- ellipsis: true,
14316
- width: 100
14317
14305
  }]
14318
14306
  };
14319
14307
  };
@@ -19861,4 +19849,4 @@ var GyReturnGoods = function GyReturnGoods(props) {
19861
19849
  })));
19862
19850
  };
19863
19851
 
19864
- export { ApaasAddress as Address, AliPay, Province as ApaasAddress, ApaasCascader, ApaasCheckbox, ApaasDate, withFormItem as ApaasHoc, ApaasInput, ApaasInputNumber, ApaasLogistics, ApaasMultipleSelect, ApaasPosting, ApaasRadio, ApaasRate, ApaasSelect, ApaasSlider, ApaasTextArea, ApaasUpload, index as ApaasUploadAsync, ApaasUploadFile, bsE3Reissue as BsE3Reissue, BsExchange, BsGoods, BsReissue, BsReturnGoods as BsReturn, index$1 as BsSystemOrder, BuyerNick, CalculationInput, ChooseBaby, CommonExchangeGoods, CommonGoods, CommonSystemOrder$1 as CommonMultiStatus, CommonReturnGoods, CommonStatus, CommonSystemOrder, ExpressLogistics, Goods, index$2 as GoodsTable, GyReissue, GyReturnGoods as GyReturn, IdentifyAddress, Invoice, jstGoods as JstGoods, ItemList as JstItemList, LogisticsInterception, LogisticsMoreInterception, LogisticsMoreTrajectory, LogisticsTrajectory, MsgStatus, ParseLogistics, Payment, PublicReissue, RemarkInput as Remark, ExpressLogistics as ReturnLogistics, ShopNameSelect as ShopName, Status, SubForm, Supplier, TBGoodId, TBGoodSerial, TradeId, WdtGoodList, wdtReissue as WdtReissue, WlnGoods, columnsBaseInfoMap, getColumns$5 as getJstColumns };
19852
+ export { ApaasAddress as Address, AliPay, Province as ApaasAddress, ApaasCascader, ApaasCheckbox, ApaasDate, withFormItem as ApaasHoc, ApaasInput, ApaasInputNumber, ApaasLogistics, ApaasMultipleSelect, ApaasPosting, ApaasRadio, ApaasRate, ApaasSelect, ApaasSlider, ApaasTextArea, ApaasUpload, index as ApaasUploadAsync, ApaasUploadFile, bsE3Reissue as BsE3Reissue, BsExchange, BsGoods, BsReissue, BsReturnGoods as BsReturn, index$1 as BsSystemOrder, BuyerNick, CalculationInput, ChooseBaby, CommonExchangeGoods, CommonGoods, CommonSystemOrder$1 as CommonMultiStatus, CommonReturnGoods, CommonStatus, CommonSystemOrder, ExpressLogistics, Goods, index$2 as GoodsTable, GyReissue, GyReturnGoods as GyReturn, IdentifyAddress, Invoice, jstGoods as JstGoods, ItemList as JstItemList, LogisticsInterception, LogisticsMoreInterception, LogisticsMoreTrajectory, LogisticsTrajectory, MsgStatus, ParseLogistics, Payment, PublicReissue, RemarkInput as Remark, ExpressLogistics as ReturnLogistics, ShopNameSelect as ShopName, Status, SubForm, Supplier, TBGoodId, TBGoodSerial, TradeId, WdtGoodList, wdtReissue as WdtReissue, WlnGoods, columnsBaseInfoMap, getColumns$5 as getJstColumns, getColumns$3 as getWlnColumns };
package/dist/index.js CHANGED
@@ -13813,7 +13813,10 @@ var getColumns$2 = function getColumns(_ref) {
13813
13813
  width: 250
13814
13814
  }, {
13815
13815
  dataIndex: 'orderPrice',
13816
- title: "\u5B9E\u4ED8\u603B\u91D1\u989D",
13816
+ title: "\u6210\u4EA4\u603B\u91D1\u989D",
13817
+ render: function render(val, record) {
13818
+ return (record.num || record.num === 0) && (val || val === 0) ? val * record.num : null;
13819
+ },
13817
13820
  width: 200
13818
13821
  }, {
13819
13822
  dataIndex: 'num',
@@ -13868,10 +13871,13 @@ var getColumns$2 = function getColumns(_ref) {
13868
13871
  width: 250
13869
13872
  }, {
13870
13873
  dataIndex: 'orderPrice',
13871
- title: "\u5B9E\u4ED8\u603B\u91D1\u989D",
13874
+ title: "\u6210\u4EA4\u603B\u91D1\u989D",
13872
13875
  align: 'center',
13873
13876
  ellipsis: true,
13874
- width: 100
13877
+ width: 100,
13878
+ render: function render(val, record) {
13879
+ return (record.num || record.num === 0) && (val || val === 0) ? val * record.num : null;
13880
+ }
13875
13881
  }, {
13876
13882
  dataIndex: 'num',
13877
13883
  title: "".concat(text, "\u6570\u91CF"),
@@ -14179,7 +14185,7 @@ var getColumns$3 = function getColumns(_ref) {
14179
14185
  return {
14180
14186
  //万里牛商品信息
14181
14187
  WLN_GOODS: [{
14182
- dataIndex: 'itemName',
14188
+ dataIndex: 'wlnItemName',
14183
14189
  title: "\u5546\u54C1\u540D\u79F0",
14184
14190
  align: 'center',
14185
14191
  ellipsis: true,
@@ -14207,13 +14213,13 @@ var getColumns$3 = function getColumns(_ref) {
14207
14213
  title: "\u7EBF\u4E0Asku\u7F16\u7801",
14208
14214
  align: 'center',
14209
14215
  ellipsis: true,
14210
- width: 100
14216
+ width: 150
14211
14217
  }, {
14212
14218
  dataIndex: 'sku',
14213
14219
  title: "\u7EBF\u4E0Asku id",
14214
14220
  align: 'center',
14215
14221
  ellipsis: true,
14216
- width: 100
14222
+ width: 150
14217
14223
  }, {
14218
14224
  dataIndex: 'name',
14219
14225
  title: "\u7EBF\u4E0A\u5546\u54C1\u540D\u79F0",
@@ -14237,7 +14243,7 @@ var getColumns$3 = function getColumns(_ref) {
14237
14243
  title: "\u7EBF\u4E0A\u5546\u54C1\u7F16\u7801",
14238
14244
  align: 'center',
14239
14245
  ellipsis: true,
14240
- width: 100
14246
+ width: 150
14241
14247
  }, {
14242
14248
  dataIndex: 'code',
14243
14249
  title: "\u7EBF\u4E0A\u5546\u54C1id",
@@ -14249,7 +14255,7 @@ var getColumns$3 = function getColumns(_ref) {
14249
14255
  title: "\u5546\u54C1\u6761\u7801",
14250
14256
  align: 'center',
14251
14257
  ellipsis: true,
14252
- width: 100
14258
+ width: 150
14253
14259
  }, {
14254
14260
  dataIndex: 'money',
14255
14261
  title: "\u5B9E\u4ED8\u91D1\u989D",
@@ -14277,7 +14283,7 @@ var getColumns$3 = function getColumns(_ref) {
14277
14283
  }
14278
14284
  }, {
14279
14285
  dataIndex: 'share',
14280
- title: "\u5206\u644A\u4EF7",
14286
+ title: "\u5E94\u6536\u6B3E",
14281
14287
  align: 'center',
14282
14288
  ellipsis: true,
14283
14289
  width: 70
@@ -14288,7 +14294,7 @@ var getColumns$3 = function getColumns(_ref) {
14288
14294
  ellipsis: true,
14289
14295
  width: 100
14290
14296
  }, {
14291
- dataIndex: 'package',
14297
+ dataIndex: 'isPackage',
14292
14298
  title: "\u662F\u5426\u7EC4\u5408\u5546\u54C1",
14293
14299
  align: 'center',
14294
14300
  ellipsis: true,
@@ -14308,24 +14314,6 @@ var getColumns$3 = function getColumns(_ref) {
14308
14314
  }) : /*#__PURE__*/React__default['default'].createElement("span", null, getYesOrNo(val));
14309
14315
  },
14310
14316
  width: 100
14311
- }, {
14312
- dataIndex: 'pkgGoodsName',
14313
- title: "\u7EC4\u5408\u5546\u54C1\u540D\u79F0",
14314
- align: 'center',
14315
- ellipsis: true,
14316
- width: 100
14317
- }, {
14318
- dataIndex: 'pkgGoodsCode',
14319
- title: "\u7EC4\u5408\u5546\u54C1\u7F16\u7801",
14320
- align: 'center',
14321
- ellipsis: true,
14322
- width: 100
14323
- }, {
14324
- dataIndex: 'pkgGoodsId',
14325
- title: "\u7EC4\u5408\u5546\u54C1id",
14326
- align: 'center',
14327
- ellipsis: true,
14328
- width: 100
14329
14317
  }]
14330
14318
  };
14331
14319
  };
@@ -19939,3 +19927,4 @@ exports.WdtReissue = wdtReissue;
19939
19927
  exports.WlnGoods = WlnGoods;
19940
19928
  exports.columnsBaseInfoMap = columnsBaseInfoMap;
19941
19929
  exports.getJstColumns = getColumns$5;
19930
+ exports.getWlnColumns = getColumns$3;
@@ -1 +1,2 @@
1
1
  export { default as getJstColumns } from './jst';
2
+ export { default as getWlnColumns } from './wln';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.0.19-beta.39",
3
+ "version": "2.0.19-beta.40",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "4f75174b75bae6b588f989301fcc7556a75fca73"
68
+ "gitHead": "ece6d4949ec9a05a80bfd43f219791bca2a86b03"
69
69
  }