This commit is contained in:
cwchen 2024-11-11 14:06:56 +08:00
parent 8677ac694b
commit 9773a0d478
3 changed files with 2 additions and 13 deletions

View File

@ -140,13 +140,13 @@ function initTable() {
},
},
{
field: "wfhNum",
field: "diff",
title: "待发货量",
width: '10%',
unresize: true,
align: "center",
templet: function (d) {
return setNumColor(d.wfhNum,3);
return setNumColor(d.diff,3);
},
},
{

View File

@ -1,11 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>查看来源</title>
</head>
<body>
查看来源
</body>
</html>