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

调整

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