3/10 优化1.0

20240912_adapter
wangwei 4 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}) { rowStyle({row, rowIndex}) {
let rowBackground = {}; let rowBackground = {};
if (this.$isBlank(row.finishUdiCode)) { // if (this.$isBlank(row.finishUdiCode)) {
rowBackground.color = '#f60303'; // rowBackground.color = '#f60303';
} // }
rowBackground.height = "38px" rowBackground.height = "38px"
return rowBackground; return rowBackground;

Loading…
Cancel
Save