|
@@ -257,14 +257,14 @@ export const ArriveGoodsDetailColumns: JVxeColumn[] = [
|
|
|
defaultValue:'',
|
|
|
width:"200px",
|
|
|
},
|
|
|
- {
|
|
|
- title: '已到货金额(arrival money)',
|
|
|
- key: 'arrivalMoney',
|
|
|
- type: JVxeTypes.normal,
|
|
|
- placeholder: '请输入${title}',
|
|
|
- defaultValue:'',
|
|
|
- width:"200px",
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '已到货金额(arrival money)',
|
|
|
+ // key: 'arrivalMoney',
|
|
|
+ // type: JVxeTypes.normal,
|
|
|
+ // placeholder: '请输入${title}',
|
|
|
+ // defaultValue:'',
|
|
|
+ // width:"200px",
|
|
|
+ // },
|
|
|
{
|
|
|
title: '数量(quantity)',
|
|
|
key: 'quantity',
|