yusijie
2024-03-08 19e7ea150ffa02c3dd453f77932b04ae99010330
WebTM/views/ÏúÊÛ¹ÜÀí/ÏúÊÛ¶©µ¥±ä¸üµ¥/Xs_SeOrderChangeBill.html
@@ -456,6 +456,8 @@
                    "计量单位": "",
                    "HQty_Old": "0",
                    "HQty_New": "0",
                    "HTaxRate_Old": "0",
                    "HTaxRate_New": "0",
                    "HTaxPrice_Old": "0",
                    "HTaxPrice_New": "0",
                    "HDate_Old": "",
@@ -676,6 +678,8 @@
                        , { field: '计量单位', title: '计量单位', width: 100, style: "background-color:#efefef4d;" }//f7
                        , { field: 'HQty_Old', title: '原数量', width: 100, totalRow: true, style: "background-color:#efefef4d;"}
                        , { field: 'HQty_New', title: '新数量', width: 100, totalRow: true, edit: 'text' }
                        , { field: 'HTaxRate_Old', title: '原税率%', width: 100, style: "background-color:#efefef4d;" }
                        , { field: 'HTaxRate_New', title: '新税率%', width: 100, edit: 'text' }
                        , { field: 'HTaxPrice_Old', title: '原含税单价', width: 100, style: "background-color:#efefef4d;" }
                        , { field: 'HTaxPrice_New', title: '新含税单价', width: 100, edit: 'text' }
                        , { field: 'HDate_Old', title: '原交货日期', width: 120, style: "background-color:#efefef4d;" }
@@ -700,6 +704,8 @@
                    "计量单位": "",
                    "HQty_Old": "0",
                    "HQty_New": "0",
                    "HTaxRate_Old": "0",
                    "HTaxRate_New": "0",
                    "HTaxPrice_Old": "0",
                    "HTaxPrice_New": "0",
                    "HDate_Old": "",
@@ -803,6 +809,8 @@
                                        "计量单位": result.data[i]["计量单位"],
                                        "HQty_Old": dealDoubleToFixed(result.data[i]["原数量"], 1),
                                        "HQty_New": dealDoubleToFixed(result.data[i]["新数量"], 1),
                                        "HTaxRate_Old": result.data[i]["原税率"],
                                        "HTaxRate_New": result.data[i]["新税率"],
                                        "HTaxPrice_Old": dealDoubleToFixed(result.data[i]["原含税单价"], 3),
                                        "HTaxPrice_New": dealDoubleToFixed(result.data[i]["新含税单价"], 3),
                                        "HDate_Old": formatDate(result.data[i]["原交货日期"]),
@@ -891,6 +899,8 @@
                                        "计量单位": result.data[i]["计量单位"],
                                        "HQty_Old": dealDoubleToFixed(result.data[i]["数量"], 1),
                                        "HQty_New": dealDoubleToFixed(result.data[i]["数量"], 1),
                                        "HTaxRate_Old": result.data[i]["税率"],
                                        "HTaxRate_New": result.data[i]["税率"],
                                        "HTaxPrice_Old": dealDoubleToFixed(result.data[i]["含税单价"], 3),
                                        "HTaxPrice_New": dealDoubleToFixed(result.data[i]["含税单价"] ,3),
                                        "HDate_Old": formatDate(result.data[i]["交货日期"]),