|
@ -26,7 +26,7 @@ |
|
|
{{TemplateById.responsibler}} |
|
|
{{TemplateById.responsibler}} |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="work-boxx"> |
|
|
|
|
|
|
|
|
<view class="work-box"> |
|
|
<view class="works"> |
|
|
<view class="works"> |
|
|
机型信息: |
|
|
机型信息: |
|
|
</view> |
|
|
</view> |
|
@ -50,11 +50,11 @@ |
|
|
{{TemplateById.remark}} |
|
|
{{TemplateById.remark}} |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="work-boxx"> |
|
|
|
|
|
<view class="workss"> |
|
|
|
|
|
|
|
|
<view class="work-box"> |
|
|
|
|
|
<view class="works"> |
|
|
备注: |
|
|
备注: |
|
|
</view> |
|
|
</view> |
|
|
<view class="indexx"> |
|
|
|
|
|
|
|
|
<view class="index"> |
|
|
|
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
@ -80,7 +80,6 @@ |
|
|
@click="$utils.navigateTo('/pages_order/order/ModifyWorkOrder')"> |
|
|
@click="$utils.navigateTo('/pages_order/order/ModifyWorkOrder')"> |
|
|
修改 |
|
|
修改 |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</template> |
|
|
</template> |
|
@ -96,7 +95,6 @@ |
|
|
onLoad(args) { |
|
|
onLoad(args) { |
|
|
this.id = args.id |
|
|
this.id = args.id |
|
|
this.queryTemplateById() |
|
|
this.queryTemplateById() |
|
|
console.log(args) |
|
|
|
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
// 根据id获取工单详情 |
|
|
// 根据id获取工单详情 |
|
@ -110,8 +108,6 @@ |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
</script> |
|
|
</script> |
|
@ -120,54 +116,34 @@ |
|
|
.page { |
|
|
.page { |
|
|
background-color: #fff; |
|
|
background-color: #fff; |
|
|
height: 100vh; |
|
|
height: 100vh; |
|
|
|
|
|
font-size: 28rpx; |
|
|
.Box{ |
|
|
.Box{ |
|
|
margin-top: 40rpx; |
|
|
margin-top: 40rpx; |
|
|
.work-box { |
|
|
.work-box { |
|
|
padding: 0rpx 30rpx; |
|
|
padding: 0rpx 30rpx; |
|
|
margin: 15rpx 0rpx; |
|
|
|
|
|
|
|
|
margin: 20rpx 0rpx; |
|
|
display: flex; |
|
|
display: flex; |
|
|
align-items: center; |
|
|
|
|
|
font-size: 35rpx; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.work-boxx { |
|
|
|
|
|
padding: 0rpx 30rpx; |
|
|
|
|
|
margin: 15rpx 0rpx; |
|
|
|
|
|
display: flex; |
|
|
|
|
|
flex-wrap: wrap; |
|
|
|
|
|
font-size: 35rpx; |
|
|
|
|
|
|
|
|
|
|
|
.indexx { |
|
|
|
|
|
margin-top: 3rpx; |
|
|
|
|
|
|
|
|
.works { |
|
|
|
|
|
width: 150rpx; |
|
|
|
|
|
flex-shrink: 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.workss { |
|
|
|
|
|
width: 170rpx; |
|
|
|
|
|
font-size: 35rpx; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.index { |
|
|
|
|
|
margin-top: 3rpx; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.working-procedure { |
|
|
.working-procedure { |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
margin-top: 150rpx; |
|
|
margin-top: 150rpx; |
|
|
font-size: 35rpx; |
|
|
|
|
|
|
|
|
|
|
|
.working { |
|
|
.working { |
|
|
margin: 25rpx 0rpx; |
|
|
margin: 25rpx 0rpx; |
|
|
color: rgb(83, 125, 180); |
|
|
color: rgb(83, 125, 180); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
.modify{ |
|
|
.modify{ |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
margin-top: 150rpx; |
|
|
margin-top: 150rpx; |
|
|
|
|
|
|
|
|
display: flex; |
|
|
display: flex; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
@ -177,7 +153,6 @@ |
|
|
border-radius: 15rpx; |
|
|
border-radius: 15rpx; |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
</style> |
|
|
</style> |