耗材问题修复

This commit is contained in:
duan
2024-11-05 10:33:26 +08:00
parent 4bd5d2b643
commit cfed8ea183
6 changed files with 53 additions and 12 deletions

View File

@@ -139,6 +139,7 @@
function gettbPlussShopStaffDetail(id) {
tbPlussShopStaffDetail(id).then(res => {
console.log(res,'编辑员工后的提示')
datas.formData = res
if (datas.rolesList) {
let rolefilter = datas.rolesList.filter(ele => ele.id == res.roleId)
@@ -266,9 +267,10 @@
font-weight: 500;
font-size: 32rpx;
color: #FFFFFF;
margin-top: 50rpx;
margin-left: 50%;
transform: translateX(-50%);
margin: 0 auto;
// margin-top: 50rpx;
// margin-left: 50%;
// transform: translateX(-50%);
}
.bottomBotton2 {