diff --git a/wms-vue/src/components/duochaxun/GZZXiaoLv.vue b/wms-vue/src/components/duochaxun/GZZXiaoLv.vue index fc46bf0..36cff08 100644 --- a/wms-vue/src/components/duochaxun/GZZXiaoLv.vue +++ b/wms-vue/src/components/duochaxun/GZZXiaoLv.vue @@ -38,8 +38,8 @@ style="width: 100%;"> - + - - + + @@ -141,9 +141,9 @@ export default { label: '出库类型' }, { - prop: '任务号', + prop: '工单号', minWidth: '150px', - label: '任务号' + label: '工单号' }, { prop: '子任务号', @@ -156,9 +156,9 @@ export default { label: '库区' }, { - prop: '拣货行', + prop: '拣货行数', minWidth: '150px', - label: '拣货行' + label: '拣货行数' }, { prop: '创建时间', @@ -243,7 +243,7 @@ export default { total: 3, param: { 出库类型:'', - 任务号:'', + 工单号:'', 子任务号:'', 库区:'', 创建日期:[] diff --git a/wms-vue/src/components/duochaxun/Jianhuojiemian.vue b/wms-vue/src/components/duochaxun/Jianhuojiemian.vue index f3239d0..b84dbd5 100644 --- a/wms-vue/src/components/duochaxun/Jianhuojiemian.vue +++ b/wms-vue/src/components/duochaxun/Jianhuojiemian.vue @@ -30,7 +30,7 @@ - + @@ -92,7 +92,7 @@ - + @@ -673,7 +673,7 @@ export default { sourceType: '', //拣货库区 z_name: [], - //所在库位 + //目标容器 lc2_code: '', //料号 i_code: '', @@ -834,10 +834,9 @@ export default { }) }, remoteMethod(query) { - if (query !== '') { - if(query.length>2) { - + if(query.length>=2) { + console.log("远程搜索") this.$axios.post(this.$httpUrl + '/Jianhuojiemian/kw', { query }).then(res => res.data) diff --git a/wms-vue/src/components/duochaxun/Kucunrizhi.vue b/wms-vue/src/components/duochaxun/Kucunrizhi.vue index 506bd1a..25433b6 100644 --- a/wms-vue/src/components/duochaxun/Kucunrizhi.vue +++ b/wms-vue/src/components/duochaxun/Kucunrizhi.vue @@ -67,7 +67,16 @@ - + + + + + @@ -422,6 +431,7 @@ export default { LP: '' }, LOCS: [], + GcS: [], Log: [], checked: false, } @@ -438,6 +448,7 @@ export default { mounted() { this.queryUser(); this.LOC(); + this.Gc(); this.JdbcLogType(); }, methods: { @@ -475,6 +486,23 @@ export default { this.tableloding=false; }) }, + Gc(){ + //工厂 + this.$axios.post(this.$httpUrl + '/Enumerate/Gc', { + + }).then(res => res.data) + .then(res => { + if (res.code == 200) { + this.GcS = res.data; + } else { + this.$message.error('获取数据失败'); + } + + // eslint-disable-next-line no-unused-vars + },err=>{ + this.tableloding=false; + }) + }, JdbcLogType(){ //LOC下拉列表数据加载 this.$axios.post(this.$httpUrl + '/Enumerate/InventoryLogType', { diff --git a/wms-vue/src/components/duochaxun/Liaoxiangjiankong.vue b/wms-vue/src/components/duochaxun/Liaoxiangjiankong.vue index b1d3419..1a74923 100644 --- a/wms-vue/src/components/duochaxun/Liaoxiangjiankong.vue +++ b/wms-vue/src/components/duochaxun/Liaoxiangjiankong.vue @@ -21,7 +21,7 @@ - +