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

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

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