Commit 0c71f640 by yukang

下料登记日期自动填入当前日期

parent adbd14b8
...@@ -7,12 +7,12 @@ $(function () { ...@@ -7,12 +7,12 @@ $(function () {
pageSizes: [10, 20, 50, 70, 100], pageSizes: [10, 20, 50, 70, 100],
}, },
columns:[{ columns:[{
field:"actualCompletionDate", field: "actualCompletionDate",
attributes: { attributes: {
class: "i-input-readonly", class: "i-input-readonly"
}, },
defaultValue: function () { defaultValue: function () {
return currDate(); return currShortDate();
} }
}], }],
onDelete: function (e) { onDelete: function (e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment