提交 2d86d3fb 编写于 作者: Skyeye云's avatar Skyeye云

解决采购订单转采购入库单时回显报错的问题

上级 d884ebf4
......@@ -61,7 +61,7 @@ layui.config({
//初始化回显数据
function initDataShow(){
AjaxPostUtil.request({url: reqBasePath + "purchaseorder008", params: {rowId: parent.rowId}, type: 'json', callback: function(json) {
AjaxPostUtil.request({url: reqBasePath + "purchaseorder008", params: {rowId: parent.rowId}, type: 'json', method: "GET", callback: function(json) {
if(json.returnCode == 0) {
if(isNull(json.bean)){
$("#showForm").html("");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册