Commit 0154a9b4 authored by 周毅's avatar 周毅

1、收发明细查询增加查询条件

2、更改其它页面显示或者url
parent 2c93052b
......@@ -94,7 +94,7 @@
},
{
title: "物料批号",
field: "wlph",
field: "WlphInfo",
width: 180
},
{
......
......@@ -221,14 +221,7 @@
{
"label": "物料批号",
"prop": "wlph",
"span": 4,
"type": "input",
"value": "",
},
{
"label": "货主",
"prop": "hzInfo",
"span": 4,
"span": 6,
"type": "input",
"value": "",
},
......
......@@ -123,15 +123,20 @@
field: "fjldwname",
width: 120
},
{
title: "创建时间",
field: "sjsj",
fieldType: 'ftDateTime'
},
{
title: "备注",
field: "bz",
width: 200
},
{
title: "创建人",
field: "cjr",
width: 80
},
{
title: "创建时间",
field: "cjsj",
fieldType: 'ftDateTime'
}
],
queryParams: [
......@@ -141,15 +146,15 @@
endProp: "end",
span: 8,
type: 'RelDaterangeV2',
// startValue: this.$moment().startOf('month').valueOf(),
// endValue: this.$moment().endOf('month').valueOf(),
// startValue: new Date().getTime(timer),
// endValue: new Date().getTime(timer)+1000 *60 *60 *24 * 30,
startValue: null,
endValue: null,
},
{
"label": "仓库",
"prop": "ckid",
"span": 6,
"span": 8,
"type": "RelSelect",
"value": "",
"typeConfig": {
......@@ -161,13 +166,28 @@
}
},
{
label: '物料信息',
label: '物料',
prop: 'wlxx',
span: 6,
span: 8,
type: 'input',
value: ''
}
],
[
{
label: '批号',
prop: 'phxx',
span: 8,
type: 'input',
value: ''
},
{
label: '制令号',
prop: 'zlh',
span: 8,
type: 'input',
value: ''
}
]
],
/* 默认启停用 */
......
......@@ -5,8 +5,8 @@
</template>
<template #toolbar="ctx">
<ImportButton @success="()=>{
ctx.basePage.refresh()
}" :url="'lxyl/jcsj/uck/import'" />
ctx.basePage.refresh()
}" :url="'lxyl/jcsj/uck/import'" />
</template>
</BasePage>
......@@ -20,7 +20,7 @@
config: {
/* 基本配置*/
url: 'wms/jcsj/ck',
queryUrl:'lxyl/common/queryCk',
queryUrl:'lxyl/common/queryCk',
tableTitle: [
{
title: "仓库编码",
......
<template>
<DefaultDialog :app='app'>
<div slot="form" style="display: flex;height: 70vh;">
<BasePage @basePageMounted='basePageMounted' :power='power' class="min_full" style="height: 100%;" :config="config">
<BasePage :toolButtonConfig="{showExcel:false,showPrint:false,showField:false }"
@basePageMounted='basePageMounted' :power='power' class="min_full" style="height: 100%;" :config="config">
</BasePage>
</div>
<div slot="reFooter" class="refooter" >
......@@ -54,7 +55,7 @@
{
title: "容器编码",
field: "rqCode",
width: 140
width: 100
},
{
title: "唯一码",
......@@ -89,7 +90,7 @@
{
title: "库存数量",
field: "kcsl",
width: 140
fieldType:"float"
}
],
queryParams: [
......
......@@ -32,13 +32,8 @@
},
{
title: "库区",
field: "kqid",
width: 140,
transform: {
"url": "wms/jcsj/kq/query",
"label": "name",
"value": "id"
}
field: "kqCode",
width: 140
},
{
title: "工厂编码",
......
......@@ -39,16 +39,6 @@
field: "packCode",
width: 140
},
{
title: "货主编码",
field: "hzCode",
width: 140
},
{
title: "货主",
field: "hzName",
width: 140
},
{
title: "状态",
field: "zt",
......@@ -89,15 +79,10 @@
"value": "id"
}
},
{
title: "来源单ID",
field: "lydjid",
width: 240
},
{
title: "来源单号ID",
field: "lydjdjid",
width: 200
width: 160
},
{
title: "维护人",
......
......@@ -32,8 +32,8 @@
},
config: {
/* 基本配置*/
url: 'lxyl/rkgl/sjrw/pkrk/queryPackmxForSj',
queryUrl:'lxyl/rkgl/sjrw/pkrk/queryPackmxForSj',
url: 'wms/rkgl/sjrw/query/pack',
queryUrl:'wms/rkgl/sjrw/query/pack',
tableTitle: [
{
title: "唯一码",
......
......@@ -179,16 +179,11 @@
field: "message",
width: 200
},
// {
// title: "单据来源",
// field: "djly",
// "transform": {
// "url": "lxyl/wcs/lkrw/init/djly",
// "label": "name",
// "value": "id"
// },
// width: 120
// },
{
title: "执行优先级",
field: "priority",
width: 100
},
{
title: "创建人",
field: "cjr"
......
......@@ -181,7 +181,6 @@
// return id
// }
},
{
title: "创建人",
field: "cjr"
......
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