Commit b1786160 authored by 1650842865's avatar 1650842865

采购申请默认人民币

parent 0ea77373
......@@ -83,6 +83,8 @@ function initItemGrid() {
ernam: $("#personMemberName").val(),
afnam: $("#personMemberName").val(),
afnamId: $("#personMemberId").val(),
waersName: "人民币",
waers: "CNY"
});
}
},
......
......@@ -42,6 +42,8 @@ function initItemGrid() {
ernam: $("#personMemberName").val(),
afnam: $("#personMemberName").val(),
afnamId: $("#personMemberId").val(),
waersName: "人民币",
waers: "CNY"
});
},
deleteHandler: function () {
......
......@@ -97,6 +97,8 @@ function initItemGrid() {
ernam: $("#personMemberName").val(),
afnam: $("#personMemberName").val(),
afnamId: $("#personMemberId").val(),
waersName: "人民币",
waers: "CNY"
});
}
},
......
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