diff --git a/src/main/webapp/js/pages/materials/in_out.js b/src/main/webapp/js/pages/materials/in_out.js index 16308a3f..7e2f3ac6 100644 --- a/src/main/webapp/js/pages/materials/in_out.js +++ b/src/main/webapp/js/pages/materials/in_out.js @@ -429,7 +429,7 @@ var footer =$("#depotHeadFM .datagrid-footer"); var input = ".datagrid-editable-input"; body.find("[field='OperNumber']").find(input).val(1); - if(listSubType == "零售") { + if(listSubType == "零售" || listSubType == "零售退货") { body.find("[field='UnitPrice']").find(input).val(retailPrice); body.find("[field='AllPrice']").find(input).val(retailPrice); allPrice = retailPrice; @@ -446,7 +446,7 @@ }); TotalPrice = TotalPrice + allPrice; footer.find("[field='AllPrice']").find("div").text((TotalPrice).toFixed(2)); - if(listSubType == "零售"){ + if(listSubType == "零售" || listSubType == "零售退货") { $("#ChangeAmount, #getAmount").val((TotalPrice).toFixed(2)); $("#backAmount").val(0); } @@ -979,7 +979,7 @@ }); TotalPrice = TotalPrice + UnitPrice*OperNumber; footer.find("[field='AllPrice']").find("div").text((TotalPrice).toFixed(2)); - if(listSubType == "零售"){ + if(listSubType == "零售" || listSubType == "零售退货") { $("#ChangeAmount, #getAmount").val((TotalPrice).toFixed(2)); $("#backAmount").val(0); } @@ -1054,7 +1054,7 @@ }); TotalPrice = TotalPrice + UnitPrice*OperNumber; footer.find("[field='AllPrice']").find("div").text((TotalPrice).toFixed(2)); - if(listSubType == "零售"){ + if(listSubType == "零售" || listSubType == "零售退货") { $("#ChangeAmount, #getAmount").val((TotalPrice).toFixed(2)); $("#backAmount").val(0); } @@ -1072,7 +1072,7 @@ }); TotalPrice = TotalPrice + AllPrice; footer.find("[field='AllPrice']").find("div").text((TotalPrice).toFixed(2)); - if(listSubType == "零售"){ + if(listSubType == "零售" || listSubType == "零售退货") { $("#ChangeAmount, #getAmount").val((TotalPrice).toFixed(2)); $("#backAmount").val(0); } diff --git a/src/main/webapp/pages/materials/retail_back_list.jsp b/src/main/webapp/pages/materials/retail_back_list.jsp index e1de3cc6..0fc1d03f 100644 --- a/src/main/webapp/pages/materials/retail_back_list.jsp +++ b/src/main/webapp/pages/materials/retail_back_list.jsp @@ -6,164 +6,219 @@ %> - - 零售退货 - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - -
收货仓库: - - 单据编号: - - 单据日期: - - - - -   - 查询  - 重置 -
-
- - -
-
-
- -
-
- - - - - - - - - - - - - - - + + 零售退货 + + + + + + + + + + + + + + + + + + +
+
收货仓库: - - 单据日期: - - 退货单位: - - 经手人: - -
付款账户: - - 付款金额:
+ + + + + + + + + + + + +
发货仓库: + + 单据编号: + + 单据日期: + + - + +   + 查询  + 重置 +
+
+ + +
+
+
+ +
+ + + + - - - - - - - - - -
会员卡号: - - 单据编号: - - 单据备注: - -
商品列表: - -
-
- - -
-
- 保存 - 取消 -
-
- - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + +
收货仓库: - - 单据日期: - - 退货单位: - - 经手人: - -
付款账户: - - 付款金额: - + 单据编号: - - 单据备注: - -
商品列表: - + 收货仓库: + + 单据编号: + + 单据日期: + +
单据备注: + +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
实付金额
+ +
付款金额
+ +
找零
+ +
付款账户: + +
经手人: + +
+
+ + +
+
+ 保存 + 取消 +
+
+ + + + + + + + + + + + + + + + + - -
会员卡号: + + 发货仓库: + + 单据编号: + + 单据日期: + +
单据备注: + +
+
-
-
- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
实收金额
+ +
收款金额
+ +
找零
+ +
收款账户: + +
经手人: + +
+ + + + + \ No newline at end of file