From eeb0d39b6e2152b16813b25d2e2a0c5333d0f928 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期二, 19 八月 2025 17:09:16 +0800
Subject: [PATCH] 报工最后一道工序修改,添加对应语言

---
 north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder2.vue |   35 +++++++++++++----------------------
 1 files changed, 13 insertions(+), 22 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder2.vue b/north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder2.vue
index e3d9fae..c5770d1 100644
--- a/north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder2.vue
+++ b/north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder2.vue
@@ -1695,9 +1695,7 @@
   width: '',
   height: '',
   quantity: '',
-  shape: '',
   bendRadius: '',
-  edgingType: ''
 })
 //涓庤〃鏍煎唴鐨勫�煎搴�
 const fieldMap = {
@@ -1706,9 +1704,7 @@
   width: 'width',
   height: 'height',
   quantity: 'quantity',
-  shape: 'shape',
   bendRadius: 'bendRadius',
-  edgingType: 'edgingType'
 }
 
 function ensureCurrentRowSync() {
@@ -1900,31 +1896,26 @@
 
 <!--      </el-row>-->
     </div>
-    <div class="ipDiv" style="background:#fff;height:40px;margin-top:10px">
+    <div class="order-primary" style="background:#fff;height:40px;margin-top:10px">
       <el-row :gutter="6">
-        <el-col :span="2">妤煎眰缂栧彿</el-col>
-        <el-col :span="2"><el-input style="width: 100%" v-model="form.floorNo" @input="onFormInput('floorNo')" /></el-col>
+        <el-col :span="2">{{$t('order.buildingNumber')}}:</el-col>
+        <el-col :span="1"><el-input  v-model="form.floorNo" @input="onFormInput('floorNo')" /></el-col>
 
-        <el-col :span="1">鍗曚环</el-col>
-        <el-col :span="1"><el-input style="width: 100%" v-model="form.price" @input="onFormInput('price')" /></el-col>
+        <el-col :span="1">{{$t('order.price')}}:</el-col>
+        <el-col :span="1"><el-input  v-model="form.price" @input="onFormInput('price')" /></el-col>
 
-        <el-col :span="1">瀹�</el-col>
-        <el-col :span="1"><el-input style="width: 100%" v-model="form.width" @input="onFormInput('width')" /></el-col>
+        <el-col :span="1">{{$t('order.width')}}:</el-col>
+        <el-col :span="1"><el-input  v-model="form.width" @input="onFormInput('width')" /></el-col>
 
-        <el-col :span="1">楂�</el-col>
-        <el-col :span="1"><el-input style="width: 100%" v-model="form.height" @input="onFormInput('height')" /></el-col>
+        <el-col :span="1">{{$t('order.height')}}:</el-col>
+        <el-col :span="1"><el-input  v-model="form.height" @input="onFormInput('height')" /></el-col>
 
-        <el-col :span="1">鏁伴噺</el-col>
-        <el-col :span="1"><el-input style="width: 100%" v-model="form.quantity" @input="onFormInput('quantity')" /></el-col>
+        <el-col :span="1">{{$t('order.quantity')}}:</el-col>
+        <el-col :span="1"><el-input  v-model="form.quantity" @input="onFormInput('quantity')" /></el-col>
 
-        <el-col :span="1">褰㈢姸</el-col>
-        <el-col :span="1"><el-input style="width: 100%" v-model="form.shape" @input="onFormInput('shape')" /></el-col>
+        <el-col :span="2">{{$t('order.bendRadius')}}:</el-col>
+        <el-col :span="1"><el-input  v-model="form.bendRadius" @input="onFormInput('bendRadius')" /></el-col>
 
-        <el-col :span="2">寮挗鍗婂緞</el-col>
-        <el-col :span="1"><el-input style="width: 100%" v-model="form.bendRadius" @input="onFormInput('bendRadius')" /></el-col>
-
-        <el-col :span="2">纾ㄨ竟绫诲瀷</el-col>
-        <el-col :span="1"><el-input style="width: 100%" v-model="form.edgingType" @input="onFormInput('edgingType')" /></el-col>
       </el-row>
     </div>
     <div class="order-detail">

--
Gitblit v1.8.0