diff --git a/src/api/jhzxgl/pgd.js b/src/api/jhzxgl/pgd.js index ce3e3f4..eabd5f1 100644 --- a/src/api/jhzxgl/pgd.js +++ b/src/api/jhzxgl/pgd.js @@ -23,7 +23,9 @@ export function saveDhPgdFk(data) {return request({url: '/pgdDh/saveDhPgdFk', me // export function getSljhPgd(data) {return request({url: '/pgdSljh/getSljhPgd', method: 'post', data})} export function getSljhPgd(data) {return request({url: '/zyjh/sljh', method: 'post', data})} export function getydjhByid(data) {return request({url: '/pgdSljh/getydjhByid', method: 'post', data})} +export function slPrint(data) {return request({url: '/pgdSljh/slPrint', method: 'post', data})} export function getKcAndSljh(data) {return request({url: '/pgdSljh/getKcAndSljh', method: 'post', data})} +export function getKcAndSljh1(data) {return request({url: '/pgdSljh/getKcAndSljh1', method: 'post', data})} export function kcAdnSlBd(data) {return request({url: '/pgdSljh/kcAdnSlBd', method: 'post', data})} export function kcAdnSlZx(data) {return request({url: '/pgdSljh/kcAdnSlZx', method: 'post', data})} export function saveSljhPgdXd(data) {return request({url: '/pgdSljh/saveSljhPgdXd', method: 'post', data})} diff --git a/src/views/jhzxgl/components/SljhPrint.vue b/src/views/jhzxgl/components/SljhPrint.vue new file mode 100644 index 0000000..99fb2e0 --- /dev/null +++ b/src/views/jhzxgl/components/SljhPrint.vue @@ -0,0 +1,201 @@ + + + + + + + + + + + + + diff --git a/src/views/jhzxgl/pwjhD.vue b/src/views/jhzxgl/pwjhD.vue index 1f372ea..8da0b73 100644 --- a/src/views/jhzxgl/pwjhD.vue +++ b/src/views/jhzxgl/pwjhD.vue @@ -54,9 +54,17 @@ - - - + + + + + + @@ -179,7 +187,8 @@ export default { field:'', user:'', jhrqField:'', - zt:'21' + zt:'21', + qgkw:'' }, statusOptions: [ { @@ -278,14 +287,14 @@ export default { },{ field: 'pwxcldw', - title: '抛丸库存垛位', + title: '上料预处理垛位', width: 100, filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filterRender: { name: 'FilterCombination' } }, { field: 'pwcs', - title: '抛丸层数', + title: '上料预处理层数', width: 100, filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filterRender: { name: 'FilterCombination' } @@ -455,7 +464,7 @@ export default { 'field': 'pwfkrq', 'fieldry': 'pwfkry', 'zxZtName':'PWFK', - 'list':obj + 'list':obj, }).then(res=>{ if(res.success){ diff --git a/src/views/jhzxgl/sljhD.vue b/src/views/jhzxgl/sljhD.vue index 2e8f5a9..676e84e 100644 --- a/src/views/jhzxgl/sljhD.vue +++ b/src/views/jhzxgl/sljhD.vue @@ -1,29 +1,71 @@