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

调整

parent 6a3c1066
......@@ -142,7 +142,7 @@
{
label: '状态',
prop: 'zt',
span: 6,
span: 8,
type: 'RelSelect',
typeConfig: {
src: 'wms/ckgl/llck/init/zt'
......
......@@ -54,7 +54,7 @@
label: '出库日期',
startProp: "ywrqb",
endProp: "ywrqe",
span: 12,
span: 8,
type: 'RelDaterangeV2',
startValue: new Date().getTime() - 1000 * 60 * 60 * 24 * 30,
endValue: new Date().getTime(),
......@@ -62,14 +62,14 @@
{
label: '出库单号',
prop: 'djid',
span: 6,
span: 8,
type: 'input',
value: ''
},
{
"label": "仓库",
"prop": "ckid",
"span": 6,
"span": 8,
"type": "RelSelect",
"value": "",
"typeConfig": {
......
......@@ -131,7 +131,7 @@
{
"label": "仓库",
"prop": "ckid",
"span": 6,
"span": 8,
"type": "RelSelect",
"value": "",
"typeConfig": {
......@@ -145,7 +145,7 @@
{
label: '单据编号',
prop: 'djid',
span: 6,
span: 8,
type: 'input',
value: ''
}
......@@ -155,7 +155,7 @@
{
label: '状态',
prop: 'zt',
span: 6,
span: 8,
type: 'RelSelect',
typeConfig: {
src: 'wms/ckgl/dbck/init/zt'
......@@ -164,7 +164,7 @@
{
label: '事务类型',
prop: 'swlxid',
span: 6,
span: 8,
type: 'RelSelect',
typeConfig: {
src: 'wms/ckgl/dbck/init/swlx'
......
......@@ -5,7 +5,7 @@
</template>
<template #toolbar="ctx">
<!-- 嵌入默认页面工具栏的插槽 ctx.pagePage来操作默认页面 -->
<!-- <el-button @click="demo(ctx.basePage)" size='mini' type="primary">示例按钮</el-button> -->
</template>
</BasePage>
......@@ -201,6 +201,7 @@
// demo(basePage){
// }
},
components: {
// Edit
......
......@@ -55,13 +55,13 @@
[{
label: '物料信息',
prop: 'wlxxInfo',
span: 6,
span: 8,
type: 'input',
},
{
label: '物料批号',
prop: 'wlph',
span: 6,
span: 8,
type: 'input',
}
]
......
......@@ -122,7 +122,7 @@
{
label: '状态',
prop: 'zt',
span: 6,
span: 8,
type: 'RelSelect',
typeConfig: {
src: 'wms/rkgl/rktz/init/zt'
......
......@@ -66,7 +66,7 @@
[{
label: '验货单号',
prop: 'code',
span: 5,
span: 8,
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