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

出库改入库

parent 94db46aa
...@@ -81,20 +81,20 @@ ...@@ -81,20 +81,20 @@
return { return {
xlh:'', xlh:'',
form: { form: {
swlx: 9, swlx: 18,
details:[] details:[]
}, },
formDetail: [], formDetail: [],
editColItemList: [ editColItemList: [
{ {
label: '库单号', label: '库单号',
prop: 'ckdh', prop: 'rkdh',
span: 24, span: 24,
type: 'input', type: 'input',
}, },
{ {
label: '库日期', label: '库日期',
prop: 'ckrq', prop: 'rkrq',
span: 24, span: 24,
type: 'date', type: 'date',
value:new Date().getTime(), value:new Date().getTime(),
......
...@@ -27,21 +27,21 @@ ...@@ -27,21 +27,21 @@
return { return {
config: { config: {
/* 基本配置*/ /* 基本配置*/
url: 'jcsj/u_ckgl', url: 'jcsj/u_rkgl',
tableTitle: [{ tableTitle: [{
title: "库单号", title: "库单号",
field: "ckdh", field: "rkdh",
fieldType: "upper", fieldType: "upper",
width: 140 width: 140
}, },
{ {
title: "库日期", title: "库日期",
field: "ckrq", field: "rkrq",
fieldType: "ftDate" fieldType: "ftDate"
}, },
{ {
title: "调出仓库", title: "调出仓库",
field: "ckmc", field: "rkmc",
width: 140 width: 140
}, },
{ {
...@@ -68,6 +68,7 @@ ...@@ -68,6 +68,7 @@
'11': '拍卖', '11': '拍卖',
'12': '销毁', '12': '销毁',
'13': '解除出库', '13': '解除出库',
'18': '调拨入库',
} }
return map[value] return map[value]
...@@ -126,7 +127,7 @@ ...@@ -126,7 +127,7 @@
}, },
{ {
label: '出库单号', label: '出库单号',
prop: 'ckdh', prop: 'rkdh',
span: 4, span: 4,
type: 'input', type: 'input',
value: '' 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