Commit b8db1057 authored by 李苏's avatar 李苏 💬

出库改入库

parent 94db46aa
......@@ -81,20 +81,20 @@
return {
xlh:'',
form: {
swlx: 9,
swlx: 18,
details:[]
},
formDetail: [],
editColItemList: [
{
label: '库单号',
prop: 'ckdh',
label: '库单号',
prop: 'rkdh',
span: 24,
type: 'input',
},
{
label: '库日期',
prop: 'ckrq',
label: '库日期',
prop: 'rkrq',
span: 24,
type: 'date',
value:new Date().getTime(),
......
......@@ -27,21 +27,21 @@
return {
config: {
/* 基本配置*/
url: 'jcsj/u_ckgl',
url: 'jcsj/u_rkgl',
tableTitle: [{
title: "库单号",
field: "ckdh",
title: "库单号",
field: "rkdh",
fieldType: "upper",
width: 140
},
{
title: "库日期",
field: "ckrq",
title: "库日期",
field: "rkrq",
fieldType: "ftDate"
},
{
title: "调出仓库",
field: "ckmc",
field: "rkmc",
width: 140
},
{
......@@ -68,6 +68,7 @@
'11': '拍卖',
'12': '销毁',
'13': '解除出库',
'18': '调拨入库',
}
return map[value]
......@@ -126,7 +127,7 @@
},
{
label: '出库单号',
prop: 'ckdh',
prop: 'rkdh',
span: 4,
type: 'input',
value: ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment