可能转好了
This commit is contained in:
@@ -127,10 +127,9 @@
|
|||||||
|
|
||||||
<!-- 旋转角度 -->
|
<!-- 旋转角度 -->
|
||||||
<div style="width:100%;height:350px;display: flex;justify-content: space-between">
|
<div style="width:100%;height:350px;display: flex;justify-content: space-between">
|
||||||
|
|
||||||
<div style="display: flex;margin-bottom: 15px;">
|
<div style="display: flex;margin-bottom: 15px;">
|
||||||
<img src="../../../assets/img/FlowChart-2-1.png" class="imageCircle"
|
<img src="../../../assets/img/FlowChart-2-1.png" class="imageCircle"
|
||||||
:style="{transform: 'rotate(-' + circleStart - 45 + 'deg)'}"
|
:style="{transform: 'rotate(-' + circleStart + 'deg)'}"
|
||||||
/>
|
/>
|
||||||
<img src="../../../assets/img/FlowChart-2-2.png" class="image-circle-rows">
|
<img src="../../../assets/img/FlowChart-2-2.png" class="image-circle-rows">
|
||||||
</div>
|
</div>
|
||||||
@@ -270,7 +269,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<el-dialog
|
<el-dialog
|
||||||
title="请填写轧制后的最终厚度与直径"
|
title="请填写轧制后的最终厚度与直径"
|
||||||
:visible.sync="dialogVisible"
|
:visible.sync="dialogVisible"
|
||||||
@@ -446,7 +444,8 @@ export default {
|
|||||||
newHTML: true,
|
newHTML: true,
|
||||||
processBatchId:0,
|
processBatchId:0,
|
||||||
nowPass: {},
|
nowPass: {},
|
||||||
nextStepLoading: false
|
nextStepLoading: false,
|
||||||
|
circleStart: 0,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
@@ -129,7 +129,7 @@
|
|||||||
<div style="width:100%;height:350px;display: flex;justify-content: space-between">
|
<div style="width:100%;height:350px;display: flex;justify-content: space-between">
|
||||||
<div style="display: flex;margin-bottom: 15px;">
|
<div style="display: flex;margin-bottom: 15px;">
|
||||||
<img src="../../../assets/img/FlowChart-2-1.png" class="imageCircle"
|
<img src="../../../assets/img/FlowChart-2-1.png" class="imageCircle"
|
||||||
:style="{transform: 'rotate(-' + circleStart - 45 + 'deg)'}"
|
:style="{transform: 'rotate(-' + circleStart + 'deg)'}"
|
||||||
/>
|
/>
|
||||||
<img src="../../../assets/img/FlowChart-2-2.png" class="image-circle-rows">
|
<img src="../../../assets/img/FlowChart-2-2.png" class="image-circle-rows">
|
||||||
</div>
|
</div>
|
||||||
@@ -267,7 +267,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<el-dialog
|
<el-dialog
|
||||||
title="请填写轧制后的最终厚度与直径"
|
title="请填写轧制后的最终厚度与直径"
|
||||||
:visible.sync="dialogVisible"
|
:visible.sync="dialogVisible"
|
||||||
@@ -642,7 +641,6 @@ export default {
|
|||||||
materialNext(this.processing).then(res => {
|
materialNext(this.processing).then(res => {
|
||||||
this.getDataList()
|
this.getDataList()
|
||||||
})
|
})
|
||||||
|
|
||||||
}
|
}
|
||||||
if (this.processing.batchId !== -1 && this.processing.state !== 3) {
|
if (this.processing.batchId !== -1 && this.processing.state !== 3) {
|
||||||
this.getStepDataList()
|
this.getStepDataList()
|
||||||
|
|||||||
@@ -18,8 +18,8 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr v-if="dataList.length>0 " v-for="(item,index) in dataList" @click="getTechnologyInfo(index)">
|
<tr v-if="dataList.length>0 " v-for="(item,index) in dataList" @click="getTechnologyInfo(index)">
|
||||||
<td class="hxjx_table_btnColumn"
|
<td class="hxjx_table_btnColumn"
|
||||||
:class="{table_td_select:index===indexSelect && item.id!=null}"
|
:class="{table_td_select:index===indexSelect && item.id!=null}">
|
||||||
>{{ index + 1 }}
|
{{ index + 1 }}
|
||||||
</td>
|
</td>
|
||||||
<td class="hxjx_table_btnColumn"
|
<td class="hxjx_table_btnColumn"
|
||||||
:class="{table_td_select:index===indexSelect && item.id!=null}"
|
:class="{table_td_select:index===indexSelect && item.id!=null}"
|
||||||
|
|||||||
Reference in New Issue
Block a user