From a48ded866d223f581944ea9043df1b296b3425e3 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期四, 21 十二月 2023 13:17:46 +0800 Subject: [PATCH] modified: src/views/basic/company/index.vue modified: src/views/basic/customizeparamtemplatetype/index.vue modified: src/views/basic/division/index.vue modified: src/views/basic/factory/index.vue modified: src/views/basic/location/index.vue modified: src/views/basic/param/index.vue modified: src/views/basic/part/index.vue modified: src/views/basic/post/index.vue modified: src/views/basic/shift/index.vue modified: src/views/basic/staff/index.vue modified: src/views/basic/template/index.vue modified: src/views/basic/warehouse/index.vue modified: src/views/basic/workstation/index.vue modified: src/views/plan/manufacturingorder/index.vue modified: src/views/plan/masterproductionschedule/index.vue modified: src/views/plan/operationtask/index.vue modified: src/views/plan/productionschedul/index.vue modified: src/views/quality/finishedProductInspection/index.vue modified: src/views/quality/rawMaterial/index.vue modified: src/views/technology/completeproductstructure/index.vue modified: src/views/technology/document/index.vue modified: src/views/technology/operation/index.vue modified: src/views/technology/routing/index.vue modified: src/views/technology/structure/index.vue modified: src/views/warehouse/FinishedWarehousing/index.vue modified: src/views/warehouse/changestock/index.vue modified: src/views/warehouse/pallettransports/index.vue --- src/views/technology/document/document-form.vue | 22 ++++++++++++++-------- 1 files changed, 14 insertions(+), 8 deletions(-) diff --git a/src/views/technology/document/document-form.vue b/src/views/technology/document/document-form.vue index 6877f74..d0eeadf 100644 --- a/src/views/technology/document/document-form.vue +++ b/src/views/technology/document/document-form.vue @@ -7,11 +7,11 @@ <h2 v-if="!editable">鏌ョ湅-宸ヨ壓鏂囦欢</h2> </div> <div class="btn-group header-right" v-if="editable"> - <el-button @click="save()">淇濆瓨</el-button> + <el-button type="primary" @click="save()">淇濆瓨</el-button> </div> </div> <div class="page-main"> - <div class="document-basic"> + <div class="document-basic" style="height: 28%;"> <el-form :model="dataForm" :rules="dataRule" @@ -113,7 +113,9 @@ </el-col> <el-col :span="6"> <el-form-item label="浜у搧闆朵欢鎻忚堪" prop="partName"> + <el-tooltip class="item" effect="dark" :content="dataForm.partName" > <el-input v-model="dataForm.partName" disabled> </el-input> + </el-tooltip> </el-form-item> </el-col> </el-row> @@ -160,6 +162,15 @@ </el-select> </el-form-item> </el-col> + <el-col :span="6"> + <el-form-item label="椤圭洰鍙�" prop="projectNo"> + <el-input + v-model="dataForm.projectNo" + placeholder="椤圭洰鍙�" + style="width:100%" + ></el-input> + </el-form-item> + </el-col> <el-col :span="6"> <el-form-item label="澶囨敞" prop="remark"> <el-input @@ -854,7 +865,7 @@ { required: true, message: '鐗堟湰鍙蜂笉鑳戒负绌�', trigger: 'blur' } ], projectNo: [ - { required: true, message: '椤圭洰鍙蜂笉鑳戒负绌�', trigger: 'blur' } + // { required: true, message: '椤圭洰鍙蜂笉鑳戒负绌�', trigger: 'blur' } ], projectType: [ { required: true, message: '椤圭洰绫诲埆涓嶈兘涓虹┖', trigger: 'change' } @@ -1205,7 +1216,6 @@ if (this.currTechnologyName != null && this.currTechnologyName !== '') { // 褰撶敤鎴峰垹闄ゅ伐鑹烘枃浠朵腑鍏宠仈鐨勫伐鑹鸿矾绾挎椂锛岃嫢璇ユ枃浠跺搴擝OM涓墍闇�鍗婃垚鍝佺殑宸ヨ壓璺嚎涔熷凡涓庡綋鍓嶅伐鑹烘枃浠跺叧鑱� routingChildCheck(this.currTechnologyBomPartName).then((res) => { - console.log('res', res.data) const resData = res.data let num = 0 if (resData.code === 0) { @@ -1902,7 +1912,6 @@ if (this.dataForm.id) { this.getDocumentInfo(this.dataForm.id) } - console.log('涓婁紶鎴愬姛') }, handleStructureExceed(files, fileList) { // this.$message.warning( @@ -1944,7 +1953,6 @@ this.dialogFlowVisible = true }, handleFlowSuccess(response, file, fileList) { - console.log('涓婁紶鎴愬姛') }, handleFlowExceed(files, fileList) { this.$message.warning( @@ -1988,8 +1996,6 @@ }, getSummaries(param) { const { columns, data } = param - // console.log(columns, 'A') - // console.log(data, 'B') const sums = [] columns.forEach((column, index) => { if (index === 0) { -- Gitblit v1.9.3