|
@@ -63,9 +63,11 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="top uni-row" v-if="flag" >
|
|
|
|
- <button class="bottom-btn left-btn" style="background-color: #1684fc;" @click="HandleSeleteInviteUser(listData)"><text class="label">邀请报工</text></button>
|
|
|
|
- <button class="bottom-btn right-btn" style="background-color: #e99d42;" @click="HandleSendInspection(listData)"><text class="label">送检</text></button>
|
|
|
|
|
|
+ <view class="top uni-row" v-if="flag">
|
|
|
|
+ <button class="bottom-btn left-btn" style="background-color: #1684fc;"
|
|
|
|
+ @click="HandleSeleteInviteUser(listData)"><text class="label">邀请报工</text></button>
|
|
|
|
+ <button class="bottom-btn right-btn" style="background-color: #e99d42;"
|
|
|
|
+ @click="HandleSendInspection(listData)"><text class="label">送检</text></button>
|
|
</view>
|
|
</view>
|
|
<view class="bottom uni-row">
|
|
<view class="bottom uni-row">
|
|
<button class="bottom-btn left-btn" @click="handleChangevehicle"><text class="label">更换载具</text></button>
|
|
<button class="bottom-btn left-btn" @click="handleChangevehicle"><text class="label">更换载具</text></button>
|
|
@@ -340,6 +342,7 @@
|
|
store.dayworkInfo['isLast'] == 1 ? store.dayworkInfo['lastLotQuantity'] : store.dayworkInfo[
|
|
store.dayworkInfo['isLast'] == 1 ? store.dayworkInfo['lastLotQuantity'] : store.dayworkInfo[
|
|
'oneLotQuantity'] : store.dayworkInfo['processQualifiedNum'],
|
|
'oneLotQuantity'] : store.dayworkInfo['processQualifiedNum'],
|
|
deptId: store.curDeptDetails.deptId,
|
|
deptId: store.curDeptDetails.deptId,
|
|
|
|
+ tenantId: !store.tenantId ? store.userInfo.tenantId : store.tenantId,
|
|
deptName: store.curDeptDetails.deptName
|
|
deptName: store.curDeptDetails.deptName
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
@@ -357,6 +360,7 @@
|
|
startTime: timestampToTime(new Date()),
|
|
startTime: timestampToTime(new Date()),
|
|
deptId: store.curDeptDetails.deptId,
|
|
deptId: store.curDeptDetails.deptId,
|
|
deptName: store.curDeptDetails.deptName,
|
|
deptName: store.curDeptDetails.deptName,
|
|
|
|
+ tenantId: !store.tenantId ? store.userInfo.tenantId : store.tenantId,
|
|
...data
|
|
...data
|
|
}
|
|
}
|
|
reqParam.value = dayWorkItem.value;
|
|
reqParam.value = dayWorkItem.value;
|
|
@@ -470,30 +474,30 @@
|
|
}
|
|
}
|
|
|
|
|
|
.top {
|
|
.top {
|
|
- position: fixed;
|
|
|
|
- right: 0;
|
|
|
|
- bottom: 100rpx;
|
|
|
|
- left: 0;
|
|
|
|
- height: 100rpx;
|
|
|
|
- padding: 16rpx 24rpx;
|
|
|
|
- align-items: center;
|
|
|
|
- background-color: #FFFFFF;
|
|
|
|
- justify-content: space-between;
|
|
|
|
-
|
|
|
|
- .bottom-btn {
|
|
|
|
- flex: 1;
|
|
|
|
- font-size: 28rpx;
|
|
|
|
- color: #FFFFFF;
|
|
|
|
-
|
|
|
|
- &.left-btn {
|
|
|
|
- background-color: rgba(0, 226, 166, 1);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- &.right-btn {
|
|
|
|
- margin-left: 24rpx;
|
|
|
|
|
|
+ position: fixed;
|
|
|
|
+ right: 0;
|
|
|
|
+ bottom: 100rpx;
|
|
|
|
+ left: 0;
|
|
|
|
+ height: 100rpx;
|
|
|
|
+ padding: 16rpx 24rpx;
|
|
|
|
+ align-items: center;
|
|
|
|
+ background-color: #FFFFFF;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+
|
|
|
|
+ .bottom-btn {
|
|
|
|
+ flex: 1;
|
|
|
|
+ font-size: 28rpx;
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+
|
|
|
|
+ &.left-btn {
|
|
|
|
+ background-color: rgba(0, 226, 166, 1);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ &.right-btn {
|
|
|
|
+ margin-left: 24rpx;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
|
|
.bottom {
|
|
.bottom {
|
|
position: fixed;
|
|
position: fixed;
|