Kaynağa Gözat

修改主轴利用率默认设备,修复工具类检验BUG

BSWYZ 2 hafta önce
ebeveyn
işleme
f02ad3b446

+ 2 - 2
imcs-ui/src/views/zuihou/dispatchMgr/tools/Index.vue

@@ -515,7 +515,7 @@
 
 	<el-card class="box-card">
         <div slot="header" class="clearfix">强制订单删除</div>
-		<el-form ref="form4" :model="form22" :rules="rules15" label-width="80px">
+		<el-form ref="form22Delete" :model="form22" :rules="rules15" label-width="80px">
 			<el-row :gutter="12" >
 				<el-col :xs="6" :sm="5">
 					<el-form-item label="订单ID:" prop="orderId">
@@ -1364,7 +1364,7 @@
 	        cancelButtonText: this.$t("common.cancel"),
 	        type: "warning"
 	      }).then(() => {
-			this.$refs.form4.validate((valid) => {
+			this.$refs.form22Delete.validate((valid) => {
 				if(valid){
 					toolbarApi.delOrder({orderId: this.form22.orderId}).then(response=>{
 						const res = response.data

+ 1 - 1
imcs-ui/src/views/zuihou/statisticalAnalysis/resourceRate/Index.vue

@@ -134,7 +134,7 @@
 	  			if(res.code == 0) {
 	  				this.productionresourceList = res.data;
             if(this.productionresourceList.length > 1){
-               this.resourceId = this.productionresourceList[2].id
+               this.resourceId = this.productionresourceList[6].id
             }
             this.fetch()
 	  			}