| | |
| | | "HQty_New": dealDoubleToFixed(result.data[i]["æ°é"], 1), |
| | | "HTaxRate_Old": result.data[i]["ç¨ç"], |
| | | "HTaxRate_New": result.data[i]["ç¨ç"], |
| | | "HTaxPrice_Old": dealDoubleToFixed(result.data[i]["HTaxPrice"], 3), |
| | | "HTaxPrice_New": dealDoubleToFixed(result.data[i]["HTaxPrice"] ,3), |
| | | "HTaxPrice_Old": dealDoubleToFixed(result.data[i]["å«ç¨åä»·"], 3), |
| | | "HTaxPrice_New": dealDoubleToFixed(result.data[i]["å«ç¨åä»·"] ,3), |
| | | "HDate_Old": formatDate(result.data[i]["äº¤è´§æ¥æ"]), |
| | | "HDate_New": new Date(result.data[i]["äº¤è´§æ¥æ"]).getTime() < new Date().getTime() ? Format(new Date(),"yyyy-MM-dd"):formatDate(result.data[i]["äº¤è´§æ¥æ"]), |
| | | "HRemark": "", |
| | |
| | | function DisPlay_HideColumn() { |
| | | $.ajax({ |
| | | url: GetWEBURL() + '/Xt_grdAlignment_WMES/grdAlignmentWMESList', |
| | | async: false, |
| | | type: "GET", |
| | | data: { "HModName": HModName, "user": sessionStorage["HUserName"] }, |
| | | async: false, |
| | |
| | | option.cols[0][i + 1]["align"] = "right"; |
| | | break; |
| | | } |
| | | |
| | | //è®¾ç½®è¡¨æ ¼title屿§æ¾ç¤ºå«å |
| | | if (dataCols[4] != null && dataCols[4] != "") { |
| | | option.cols[0][i + 1]["title"] = dataCols[4]; |
| | | } |
| | | } |
| | | |
| | | //åæ¶å»ç»å |