修改设备工单

This commit is contained in:
2024-04-30 16:08:07 +08:00
parent 2b8797a1ac
commit 162ef0ef26
23 changed files with 1629 additions and 363 deletions

View File

@ -176,7 +176,7 @@
<view class="content_box">
<view class="content_title">生产排程</view>
<view class="content_data">
<view class="content_module">
<view class="content_module" @click="toSchedul()">
<view class="t-icon t-icon-paichengguanli contenticon"></view>
<view class="contentname">排程管理</view>
</view>
@ -258,6 +258,12 @@
uni.navigateTo({
url:'/pages/production/productionOrder'
})
},
// 工单排程
toSchedul(){
uni.navigateTo({
url:'/pages/schedul/list'
})
},
//跳转工单进度页
toSchedule(){

View File

@ -113,7 +113,7 @@
}
}
}
.list_below{display: flex;text-align: center;padding: 20px 0;
.list_below{display: flex;text-align: center;padding: 10px 0;
.below_left{flex: 1;display: flex;align-items: center;justify-content: center;}
.percentage{color: $uni-text-color-inverse;}
}