|
|
@@ -106,6 +106,9 @@ export function useSellOrderBargain(selectedRow: Ermcp.BuyOrderRsp) {
|
|
|
})
|
|
|
|
|
|
const columns = shallowRef<Ermcp.TableColumn[]>([
|
|
|
+ { prop: 'price', label: '价格' },
|
|
|
+ { prop: 'weight', label: '克拉重量' },
|
|
|
+ { prop: 'priceper', label: '克拉单价' },
|
|
|
{ prop: 'warehousenamedisplay', label: '仓库' },
|
|
|
{ prop: 'zsshapetypedisplay', label: '形状', width: 200 },
|
|
|
{ prop: 'zscolortype1display', label: '颜色' },
|
|
|
@@ -115,9 +118,6 @@ export function useSellOrderBargain(selectedRow: Ermcp.BuyOrderRsp) {
|
|
|
{ prop: 'zssymmetrytype1display', label: '对称' },
|
|
|
{ prop: 'zsfluorescencetype1display', label: '荧光' },
|
|
|
{ prop: 'sizedisplay', label: '尺寸' },
|
|
|
- { prop: 'price', label: '价格' },
|
|
|
- { prop: 'weight', label: '克拉重量' },
|
|
|
- { prop: 'priceper', label: '克拉单价' },
|
|
|
])
|
|
|
|
|
|
const formSubmit = async () => {
|