From da81627f0b578ea7858ddae6e2fe7991dc734eb0 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期五, 17 十一月 2023 18:32:34 +0800 Subject: [PATCH] modified: src/views/plan/manufacturingorder/index.vue modified: src/views/plan/manufacturingorder/productorder-form.vue modified: src/views/plan/outsourcingorder/index.vue --- src/views/plan/manufacturingorder/index.vue | 141 ++++++++++++++++++++++------------------------- 1 files changed, 66 insertions(+), 75 deletions(-) diff --git a/src/views/plan/manufacturingorder/index.vue b/src/views/plan/manufacturingorder/index.vue index 04cb8f0..c3a0093 100644 --- a/src/views/plan/manufacturingorder/index.vue +++ b/src/views/plan/manufacturingorder/index.vue @@ -91,14 +91,14 @@ :loading="loadingStructIfs" >鐗╂枡鍚屾ERP </el-button> --> - <el-button + <!-- <el-button v-if="permissions.manufacturingorder_refresh_ifsorder" @click="refreshIfsorder()" type="primary" style="margin-left:10px;" :loading="refreshIfsorderLoading" >鍒锋柊ifs杞﹂棿璁㈠崟鍙� - </el-button> + </el-button> --> <el-button @click="exportExcel" @@ -326,7 +326,7 @@ sort: true, isTrue: true, formatter: this.formatState, - propVal: '01planned', + // propVal: '01planned', isSearch: true, searchInfoType: 'select', optList: () => { @@ -492,27 +492,25 @@ isSearch: true, searchInfoType: 'text' }, + // { + // minWidth: '120', + // prop: 'outerColor', + // label: '澶栨姢棰滆壊', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'text' + // }, - { - minWidth: '120', - prop: 'outerColor', - label: '澶栨姢棰滆壊', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'text' - }, - - { - minWidth: '120', - prop: 'insulationColor', - label: '缁濈紭棰滆壊', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'text' - }, - + // { + // minWidth: '120', + // prop: 'insulationColor', + // label: '缁濈紭棰滆壊', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'text' + // }, { minWidth: '120', prop: 'qtyRequired', @@ -632,42 +630,42 @@ isSearch: true, searchInfoType: 'text' }, - { - minWidth: '100', - prop: 'oriIfsOrderNo', - label: '鍘烮FS璁㈠崟鍙�', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'text' - }, - { - minWidth: '100', - prop: 'ifsOrderNo', - label: 'IFS璁㈠崟鍙�', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'text' - }, - { - minWidth: '100', - prop: 'ifsReleaseNo', - label: 'IFS涓嬭揪鍙�', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'text' - }, - { - minWidth: '100', - prop: 'ifsSequenceNo', - label: 'IFS搴忓垪鍙�', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'text' - }, + // { + // minWidth: '100', + // prop: 'oriIfsOrderNo', + // label: '鍘烮FS璁㈠崟鍙�', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'text' + // }, + // { + // minWidth: '100', + // prop: 'ifsOrderNo', + // label: 'IFS璁㈠崟鍙�', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'text' + // }, + // { + // minWidth: '100', + // prop: 'ifsReleaseNo', + // label: 'IFS涓嬭揪鍙�', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'text' + // }, + // { + // minWidth: '100', + // prop: 'ifsSequenceNo', + // label: 'IFS搴忓垪鍙�', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'text' + // }, { minWidth: '100', prop: 'qtyApply', @@ -692,7 +690,7 @@ minWidth: '140', width: '120', prop: 'endDate', - label: '鍒版湡鏃�', + label: '鍒版湡鏃堕棿', sort: true, isTrue: true, isSearch: true, @@ -825,14 +823,7 @@ } ], toolbar: [], - operator: [ - { - text: '鏌ョ湅搴撳瓨', - type: 'text', - size: 'small', - fun: this.searchStock - } - ], + operator: null, operatorConfig: { fixed: 'right', label: '鎿嶄綔', @@ -1035,13 +1026,13 @@ }, initQueryParams() { const queryParam = [] - queryParam.push( - Object.assign({ - prop: 'state', - searchInfoType: 'select', - propVal: '01planned' - }) - ) + // queryParam.push( + // Object.assign({ + // prop: 'state', + // searchInfoType: 'select', + // propVal: '01planned' + // }) + // ) this.$refs.manufacturingOrderTable.setQueryParam(queryParam) this.getData() }, -- Gitblit v1.9.3