diff --git a/src/api/zyjh.js b/src/api/zyjh.js index e429fb6..5b4b4fc 100644 --- a/src/api/zyjh.js +++ b/src/api/zyjh.js @@ -24,6 +24,14 @@ export const zx=function(data){ }) } +export const getPgd2=function(data){ + return request({ + url: '/zyjh/pgd2', + method: 'post', + data: data + }) +} + export const getPgd=function(data){ return request({ url: '/zyjh/pgd', diff --git a/src/store/modules/user.js b/src/store/modules/user.js index 3362b4e..72c8031 100644 --- a/src/store/modules/user.js +++ b/src/store/modules/user.js @@ -46,9 +46,7 @@ const actions = { const { username, password } = userInfo return new Promise((resolve, reject) => { login({ yhdm: username.trim(), pwd: password }).then(response => { - console.log(response) const { data } = response - console.log(data) commit('SET_TOKEN', data.token) setToken(data.token) resolve() @@ -82,7 +80,6 @@ const actions = { // commit('SET_ROLES', menu) - console.log(user) commit('SET_NAME', user.yhms) commit('SET_YHDM', user.yhdm) commit('SET_BMBM', user.bmbm) diff --git a/src/views/jhzx/symxCX.vue b/src/views/jhzx/symxCX.vue index f74d4d7..2ce9967 100644 --- a/src/views/jhzx/symxCX.vue +++ b/src/views/jhzx/symxCX.vue @@ -79,7 +79,6 @@ :data="list" :custom-config="{ storage: true }" :scroll-y="{enabled: true}" - :span-method="rowspanMethod1" highlight-hover-row show-overflow show-header-overflow @@ -1233,10 +1232,26 @@ export default { filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filterRender: { name: 'FilterCombination', }, }, + { field: '', title: '大板切割开始', width: 120, + filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], + filterRender: { name: 'FilterCombination', }, + }, { field: 'ykpkjs', title: '坡口切割结束', width: 120, filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filterRender: { name: 'FilterCombination', }, }, + { field: '', title: '二垮龙门板数', width: 120, + filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], + filterRender: { name: 'FilterCombination', }, + }, + { field: '', title: '龙门切割开始', width: 120, + filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], + filterRender: { name: 'FilterCombination', }, + }, + { field: '', title: '龙门切割结束', width: 120, + filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], + filterRender: { name: 'FilterCombination', }, + }, { field: 'eksk', title: '二垮数控板数', width: 120, filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filterRender: { name: 'FilterCombination', }, @@ -1289,6 +1304,18 @@ export default { filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filterRender: { name: 'FilterCombination', }, }, + { field: '', title: '腹板板数', width: 120, + filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], + filterRender: { name: 'FilterCombination', }, + }, + { field: '', title: '腹板切割开始', width: 120, + filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], + filterRender: { name: 'FilterCombination', }, + }, + { field: '', title: '腹板切割结束', width: 120, + filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], + filterRender: { name: 'FilterCombination', }, + }, { field: 'skbs', title: '数控 板数', width: 120, filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filterRender: { name: 'FilterCombination', }, diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 644f73c..a42ae51 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -204,7 +204,6 @@ }else{ this.loginForm.uuid='' this.$refs.loginForm.validate(valid => { - console.log(this.loginForm) if (valid) { this.loading = true this.$store.dispatch('user/login', this.loginForm) diff --git a/src/views/zyjhzx/components/SelectComp.vue b/src/views/zyjhzx/components/SelectComp.vue index e807dd5..7031478 100644 --- a/src/views/zyjhzx/components/SelectComp.vue +++ b/src/views/zyjhzx/components/SelectComp.vue @@ -47,7 +47,7 @@ export default { this.data.zyType=this.$route.query.zyType||'0' const path=this.$route.path.replace('/','') this.nextPath=this.nextPathName[path].path - if (path==='sliao'){ + if (path==='sliao'||path==='llfk'){ this.qtbs=false } if (path==='ljian'){ diff --git a/src/views/zyjhzx/hxianfkui/comps/HxianPgd.vue b/src/views/zyjhzx/hxianfkui/comps/HxianPgd.vue index 47d44c8..e905d61 100644 --- a/src/views/zyjhzx/hxianfkui/comps/HxianPgd.vue +++ b/src/views/zyjhzx/hxianfkui/comps/HxianPgd.vue @@ -4,7 +4,7 @@