|
@@ -3,12 +3,17 @@ const columns = [
|
|
|
prop: 'stockCode',
|
|
|
label: '库存申请编码',
|
|
|
fixed: 'left',
|
|
|
- minWidth: '152px'
|
|
|
+ width: '160px'
|
|
|
},
|
|
|
{
|
|
|
prop: 'spuCode',
|
|
|
label: '商品编码',
|
|
|
- minWidth: '125px'
|
|
|
+ width: '160px'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'good_name',
|
|
|
+ label: '商品名称',
|
|
|
+ minWidth: '125px',
|
|
|
},
|
|
|
{
|
|
|
label: '商品分类',
|
|
@@ -16,9 +21,9 @@ const columns = [
|
|
|
_slot_:'catinfo'
|
|
|
},
|
|
|
{
|
|
|
- prop: 'good_name',
|
|
|
- label: '商品名称',
|
|
|
- minWidth: '125px',
|
|
|
+ prop:'stock_num',
|
|
|
+ label:'本次解除数量',
|
|
|
+ width:'100px'
|
|
|
},
|
|
|
{
|
|
|
prop: 'specInfo',
|
|
@@ -116,45 +121,6 @@ const showColumns = [
|
|
|
]
|
|
|
|
|
|
const detailColumns = [
|
|
|
- {
|
|
|
- prop: 'stockCode',
|
|
|
- label: '库存申请编号',
|
|
|
- span: 8
|
|
|
- },
|
|
|
- {
|
|
|
- prop:'good_name',
|
|
|
- label:'商品名称',
|
|
|
- span:8
|
|
|
- },
|
|
|
- {
|
|
|
- label: '状态',
|
|
|
- prop: 'status',
|
|
|
- span: 8,
|
|
|
- _slot_: 'status'
|
|
|
- },
|
|
|
- {
|
|
|
- label:'仓库名称',
|
|
|
- prop:'wsm_name',
|
|
|
- span:8
|
|
|
- },
|
|
|
- {
|
|
|
- label:'添加库存数',
|
|
|
- prop:'stock_num',
|
|
|
- span:8
|
|
|
- },
|
|
|
- {
|
|
|
- label:'创建时间',
|
|
|
- prop:'createtime',
|
|
|
- span:8
|
|
|
- },
|
|
|
- {
|
|
|
- label: '备注',
|
|
|
- prop: 'remark',
|
|
|
- span: 24
|
|
|
- }
|
|
|
-]
|
|
|
-
|
|
|
-const detailColumns_j = [
|
|
|
{
|
|
|
prop: 'stockCode',
|
|
|
label: '库存申请编号',
|
|
@@ -193,5 +159,4 @@ const detailColumns_j = [
|
|
|
}
|
|
|
]
|
|
|
|
|
|
-
|
|
|
-export { columns, showColumns, detailColumns,detailColumns_j }
|
|
|
+export { columns, showColumns, detailColumns }
|