jufubao-admin-library 1.1.138 → 1.1.140

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.
@@ -343,7 +343,7 @@ export default {
343
343
  multiple: false, //多选
344
344
  list: this.productTypeList,
345
345
  },
346
- this.$setting.system!=='partner-wholesale'&&{
346
+ this.$setting.system!=='partner-wholesale'&&this.channelParams.scene !== 'unselected'&&{
347
347
  label: "选品来源:", //label
348
348
  ele: "xd-select-list", //package 名称
349
349
  valueKey: "select_source", //form[valueKey]
@@ -313,6 +313,14 @@ export default {
313
313
  minWidth: 200,
314
314
  label: "下单时间",
315
315
  },
316
+ {
317
+ type: "price",
318
+ prop: "remain_amount",
319
+ align: "center",
320
+ minWidth: 200,
321
+ label: "变动后余额",
322
+ unit: "元",
323
+ },
316
324
  {
317
325
  type: "normal",
318
326
  prop: "supplier_name",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.138",
3
+ "version": "1.1.140",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {