From a7c12e82bce52888af186a3431cb886cca099715 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期三, 20 十二月 2023 10:01:25 +0800 Subject: [PATCH] 修改 --- vue.config.js | 4 ++-- src/views/technology/routing/routing-form.vue | 2 ++ src/views/technology/completeproductstructure/completeproductstructure-form.vue | 2 ++ src/views/technology/document/document-form.vue | 2 ++ src/views/plan/customerorder/customerorder-form.vue | 6 ++++++ 5 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/views/plan/customerorder/customerorder-form.vue b/src/views/plan/customerorder/customerorder-form.vue index 0dc65bb..47ad1d9 100644 --- a/src/views/plan/customerorder/customerorder-form.vue +++ b/src/views/plan/customerorder/customerorder-form.vue @@ -187,12 +187,14 @@ </el-col> <el-col :span="6"> <el-form-item label="浜у搧鍚嶇О" prop="productName"> + <el-tooltip class="item" effect="dark" :content="dataForm.productName" > <el-input v-model="dataForm.productName" placeholder="" disabled > </el-input> + </el-tooltip> </el-form-item> </el-col> <el-col :span="6"> @@ -274,11 +276,13 @@ </el-col> <el-col :span="6"> <el-form-item label="浜у搧鍨嬪彿" prop="customerPartSpec"> + <el-tooltip class="item" effect="dark" :content="dataForm.customerPartSpec" > <el-input v-model="dataForm.customerPartSpec" placeholder="" disabled ></el-input> + </el-tooltip> </el-form-item> </el-col> </el-row> @@ -325,10 +329,12 @@ <el-row> <el-col :span="6"> <el-form-item label="鏀惰揣鍦板潃" prop="shippingAddress"> + <el-tooltip class="item" effect="dark" :content="dataForm.shippingAddress" > <el-input v-model="dataForm.shippingAddress" placeholder="" ></el-input> + </el-tooltip> </el-form-item> </el-col> <!-- <el-col :span="6"> diff --git a/src/views/technology/completeproductstructure/completeproductstructure-form.vue b/src/views/technology/completeproductstructure/completeproductstructure-form.vue index 03ee99f..1be7ec1 100644 --- a/src/views/technology/completeproductstructure/completeproductstructure-form.vue +++ b/src/views/technology/completeproductstructure/completeproductstructure-form.vue @@ -40,6 +40,7 @@ </el-form-item> <el-form-item label="闆朵欢鍚�" prop="partName"> + <el-tooltip class="item" effect="dark" :content="treeForm.partName" > <el-input v-model="treeForm.partName" placeholder="闆朵欢鍚�" @@ -47,6 +48,7 @@ disabled > </el-input> + </el-tooltip> </el-form-item> <el-form-item label="绫诲瀷" prop="bomTypeDb"> diff --git a/src/views/technology/document/document-form.vue b/src/views/technology/document/document-form.vue index b3448e3..d0eeadf 100644 --- a/src/views/technology/document/document-form.vue +++ b/src/views/technology/document/document-form.vue @@ -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> diff --git a/src/views/technology/routing/routing-form.vue b/src/views/technology/routing/routing-form.vue index c2ddbf2..2ebb8ad 100644 --- a/src/views/technology/routing/routing-form.vue +++ b/src/views/technology/routing/routing-form.vue @@ -50,12 +50,14 @@ </el-col> <el-col :span="6"> <el-form-item prop="partName" label="闆朵欢鍚嶇О"> + <el-tooltip class="item" effect="dark" :content="dataForm.partName" > <el-input v-model="dataForm.partName" placeholder="闆朵欢鍚嶇О" readonly style="width: 100%" ></el-input> + </el-tooltip> </el-form-item> </el-col> <el-col :span="6"> diff --git a/vue.config.js b/vue.config.js index 87d2793..df6e247 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,12 +7,12 @@ // const url = 'http://192.168.2.7:9999' // const url = 'http://192.168.32.45:9999' // const url = 'http://192.168.2.7:9999' -const url = 'http://192.168.32.45:9999' +//const url = 'http://192.168.32.45:9999' //const url = 'http://192.168.2.7:9999' //const url = 'http://192.168.32.45:9999' // const url = 'http://192.168.0.23:9999' -// const url = 'http://localhost:9999' +const url = 'http://localhost:9999' const localUrl = 'http://localhost:8089' -- Gitblit v1.9.3