From 746fc975621dc0538d0dcc6d4c8b3f17fc13fe3c Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期一, 30 十月 2023 13:24:43 +0800 Subject: [PATCH] modified: src/api/equipment/equipment.js new file: src/api/quality/rawMaterial.js modified: src/api/technology/document.js new file: src/const/crud/quality/rawMaterial.js modified: src/router/views/index.js modified: src/views/common/teststandardradio.vue modified: src/views/equipment/equipment/index.vue modified: src/views/plan/customerorder/customerorder-form.vue modified: src/views/plan/customerorder/index.vue new file: src/views/quality/rawMaterial/index.vue new file: src/views/quality/rawMaterial/rawMaterial-form.vue modified: src/views/technology/document/document-form.vue modified: src/views/technology/operation/index.vue modified: src/views/technology/operation/operation-form.vue modified: src/views/technology/routing/index.vue modified: src/views/technology/routing/routing-form.vue modified: src/views/technology/structure/index.vue modified: src/views/technology/structure/single-structure-form.vue modified: vue.config.js --- src/views/technology/operation/index.vue | 134 ++++++++++++++++++++++---------------------- 1 files changed, 67 insertions(+), 67 deletions(-) diff --git a/src/views/technology/operation/index.vue b/src/views/technology/operation/index.vue index b3cac78..2aa2d7c 100644 --- a/src/views/technology/operation/index.vue +++ b/src/views/technology/operation/index.vue @@ -85,15 +85,15 @@ searchInfoType: 'text' }, // 闆朵欢鏃� - { - minWidth: '120', - prop: 'partFamilyName', - label: '闆朵欢鏃�', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'text' - }, + // { + // minWidth: '120', + // prop: 'partFamilyName', + // label: '闆朵欢鏃�', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'text' + // }, // 宸ヤ綔涓績 { minWidth: '120', @@ -109,25 +109,25 @@ } }, // 鏈哄櫒杩愯浆鍥犵礌 - { - minWidth: '120', - prop: 'machRunFactor', - label: '鏈哄櫒杩愯浆鍥犵礌', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'text' - }, + // { + // minWidth: '120', + // prop: 'machRunFactor', + // label: '鏈哄櫒杩愯浆鍥犵礌', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'text' + // }, // 鏈哄櫒璁剧疆鏃堕棿 - { - minWidth: '120', - prop: 'machSetupTime', - label: '鏈哄櫒璁剧疆鏃堕棿', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'text' - }, + // { + // minWidth: '120', + // prop: 'machSetupTime', + // label: '鏈哄櫒璁剧疆鏃堕棿', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'text' + // }, // 浜哄伐绫诲埆 { minWidth: '120', @@ -143,49 +143,49 @@ } }, // 鍔冲姏杩愯浆鍥犵礌 - { - minWidth: '120', - prop: 'laborRunFactor', - label: '鍔冲姏杩愯浆鍥犵礌', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'text' - }, + // { + // minWidth: '120', + // prop: 'laborRunFactor', + // label: '鍔冲姏杩愯浆鍥犵礌', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'text' + // }, // 鍔冲姏璁剧疆鏃堕棿 - { - minWidth: '120', - prop: 'laborSetupTime', - label: '鍔冲姏璁剧疆鏃堕棿', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'text' - }, + // { + // minWidth: '120', + // prop: 'laborSetupTime', + // label: '鍔冲姏璁剧疆鏃堕棿', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'text' + // }, // 鍥犵礌鍗曚綅 - { - minWidth: '120', - prop: 'runTimeCodeDb', - label: '鍥犵礌鍗曚綅', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'select', - formatter: this.formatRunTimeCodeDbType, - optList: () => { - return this.runTimeCodeDbTypeOptions - } - }, + // { + // minWidth: '120', + // prop: 'runTimeCodeDb', + // label: '鍥犵礌鍗曚綅', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'select', + // formatter: this.formatRunTimeCodeDbType, + // optList: () => { + // return this.runTimeCodeDbTypeOptions + // } + // }, // 鐝粍浜哄憳 - { - minWidth: '120', - prop: 'crewSize', - label: '鐝粍浜哄憳', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'text' - }, + // { + // minWidth: '120', + // prop: 'crewSize', + // label: '鐝粍浜哄憳', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'text' + // }, { minWidth: '120', prop: 'outsideOpItem', -- Gitblit v1.9.3