3/10 优化1.0

20240912_adapter
wangwei 3 weeks ago
parent c6be3d3ec0
commit a42f7c7037

@ -26,14 +26,7 @@ export function filterListByWorkplace(query) {
//绑定单据类型
export function bindBusType(query) {
return axios({
url: "/udiwms/sysWorkplace/workBindBusType",
method: "post",
data: query
});
}

@ -105,14 +105,7 @@ export function getUsers(query) {
});
}
//绑定单据类型
export function bindBusType(query) {
return axios({
url: "/udiwms/sysWorkplace/workBindBusType",
method: "post",
data: query
});
}
//绑定单据类型

@ -318,9 +318,9 @@ export default {
rowStyle({row, rowIndex}) {
let rowBackground = {};
if (this.$isBlank(row.finishUdiCode)) {
rowBackground.color = '#f60303';
}
// if (this.$isBlank(row.finishUdiCode)) {
// rowBackground.color = '#f60303';
// }
rowBackground.height = "38px"
return rowBackground;

Loading…
Cancel
Save