|
@@ -141,6 +141,8 @@ export const pcTableColumnMap = new Map<TableColumnKey, Ermcp.TableColumn[]>([
|
|
|
{ prop: 'qty', label: '克拉重量' },
|
|
{ prop: 'qty', label: '克拉重量' },
|
|
|
{ prop: 'priceper', label: '克拉单价' },
|
|
{ prop: 'priceper', label: '克拉单价' },
|
|
|
{ prop: 'applyprice', label: '我的出价' },
|
|
{ prop: 'applyprice', label: '我的出价' },
|
|
|
|
|
+ { prop: 'applyremark ', label: '申请备注' },
|
|
|
|
|
+ { prop: 'confirmremark', label: '确认备注' },
|
|
|
{ prop: 'applystatus', label: '申请状态' },
|
|
{ prop: 'applystatus', label: '申请状态' },
|
|
|
{ prop: 'applytime', label: '申请时间', width: 200 },
|
|
{ prop: 'applytime', label: '申请时间', width: 200 },
|
|
|
{ prop: 'operate', label: '操作' }
|
|
{ prop: 'operate', label: '操作' }
|
|
@@ -159,6 +161,8 @@ export const pcTableColumnMap = new Map<TableColumnKey, Ermcp.TableColumn[]>([
|
|
|
{ prop: 'goodsno', label: '我的商品' },
|
|
{ prop: 'goodsno', label: '我的商品' },
|
|
|
{ prop: 'applyqty', label: '克拉重量' },
|
|
{ prop: 'applyqty', label: '克拉重量' },
|
|
|
{ prop: 'applyprice', label: '我的出价' },
|
|
{ prop: 'applyprice', label: '我的出价' },
|
|
|
|
|
+ { prop: 'applyremark ', label: '申请备注' },
|
|
|
|
|
+ { prop: 'auditremark', label: '确认备注' },
|
|
|
{ prop: 'applystatus', label: '申请状态' },
|
|
{ prop: 'applystatus', label: '申请状态' },
|
|
|
{ prop: 'applytime', label: '申请时间', width: 200 },
|
|
{ prop: 'applytime', label: '申请时间', width: 200 },
|
|
|
{ prop: 'operate', label: '操作' }
|
|
{ prop: 'operate', label: '操作' }
|
|
@@ -254,7 +258,8 @@ export const pcTableColumnMap = new Map<TableColumnKey, Ermcp.TableColumn[]>([
|
|
|
{ prop: 'priceper', label: '克拉单价' },
|
|
{ prop: 'priceper', label: '克拉单价' },
|
|
|
{ prop: 'buyusername', label: '买方' },
|
|
{ prop: 'buyusername', label: '买方' },
|
|
|
{ prop: 'applyprice', label: '买方出价' },
|
|
{ prop: 'applyprice', label: '买方出价' },
|
|
|
- { prop: 'applyremark', label: '备注' },
|
|
|
|
|
|
|
+ { prop: 'applyremark', label: '申请备注' },
|
|
|
|
|
+ { prop: 'confirmremark', label: '确认备注' },
|
|
|
{ prop: 'applystatus', label: '申请状态' },
|
|
{ prop: 'applystatus', label: '申请状态' },
|
|
|
{ prop: 'applytime', label: '申请时间', width: 200 },
|
|
{ prop: 'applytime', label: '申请时间', width: 200 },
|
|
|
{ prop: 'operate', label: '操作' }
|
|
{ prop: 'operate', label: '操作' }
|
|
@@ -273,7 +278,8 @@ export const pcTableColumnMap = new Map<TableColumnKey, Ermcp.TableColumn[]>([
|
|
|
{ prop: 'goodsno', label: '卖方商品' },
|
|
{ prop: 'goodsno', label: '卖方商品' },
|
|
|
{ prop: 'applyqty', label: '克拉重量' },
|
|
{ prop: 'applyqty', label: '克拉重量' },
|
|
|
{ prop: 'applyprice', label: '卖方出价' },
|
|
{ prop: 'applyprice', label: '卖方出价' },
|
|
|
- { prop: 'applyremark', label: '备注' },
|
|
|
|
|
|
|
+ { prop: 'applyremark', label: '申请备注' },
|
|
|
|
|
+ { prop: 'auditremark', label: '确认备注' },
|
|
|
{ prop: 'applystatus', label: '申请状态' },
|
|
{ prop: 'applystatus', label: '申请状态' },
|
|
|
{ prop: 'applytime', label: '申请时间', width: 200 },
|
|
{ prop: 'applytime', label: '申请时间', width: 200 },
|
|
|
{ prop: 'operate', label: '操作' }
|
|
{ prop: 'operate', label: '操作' }
|