ソースを参照

更新国际化名称和修正加工设备下拉框命令选项

oyq28 3 年 前
コミット
ef43af31c3

+ 1 - 1
imcs-ui/src/lang/zh/prepare.js

@@ -248,7 +248,7 @@ export default {
 			// 【托盘管理】列表table字段名称
 			tray: {
 				no: '物料编码',
-				name: '托名称',
+				name: '托名称',
         materialType: '物料类型',
         factory: '生产分厂/制造商',
 

+ 1 - 1
imcs-ui/src/views/zuihou/resourceProductMgr/resourcesMgr/components/AutoCodeEdit.vue

@@ -194,7 +194,7 @@ export default {
       width: this.initWidth(),
       confirmDisabled: false,
       parentIds: [],
-      machineNodes:[{label:'上传程序',value:"1"},{label:'执行程序',value:"2"},{label:'刀具校验',value:"3"}],
+      machineNodes:[{label:'上传程序',value:"1"},{label:'执行程序',value:"2"},{label:'坐标系校验',value:"3"}],
       agvNodes:[{label:'舱体线接驳位',value:"1"},{label:'框体线接驳位',value:"2"},{label:'保障中心线接驳位',value:"3"}],
       robotNodes:[{label:'舱体线机器人',value:"1"},{label:'伺服舵机',value:"2"},{label:'框体线机器人',value:"3"}],      
       robotAction:[{label:'取',value:"1"},{label:'放',value:"2"}],

+ 1 - 1
imcs-ui/src/views/zuihou/resourceProductMgr/resourcesMgr/components/TenantCodeEdit.vue

@@ -70,7 +70,7 @@
       <el-table-column prop="command" label='指令' align="center" width="100px">           
            <template slot-scope="{ row }">              
               <el-tag  v-if=" row.category =='1' "> 
-                    {{ row.command == "1" ? '上传程序':(row.command == "2" ? '执行程序': '刀具校验' )  }}        	      
+                    {{ row.command == "1" ? '上传程序':(row.command == "2" ? '执行程序': '坐标系校验' )  }}        	      
               </el-tag>
               <el-tag  v-if=" row.category =='2' "> 
                      搬运