|
|
@@ -4,6 +4,9 @@ function getTenderId() {
|
|
|
const invalidFields = {
|
|
|
parent: ['cur_qty', 'cur_tp', 'unit_price'],
|
|
|
};
|
|
|
+function transExpr(expr) {
|
|
|
+ return $.trim(expr).replace('\t', '').replace('=', '').replace('%', '/100');
|
|
|
+}
|
|
|
|
|
|
$(document).ready(function() {
|
|
|
let stdGcl;
|