发货清单关闭bug修改
parent
c8def41c4a
commit
44e9a360f3
|
@ -172,7 +172,7 @@
|
||||||
var options = {
|
var options = {
|
||||||
title: "选择合同",
|
title: "选择合同",
|
||||||
url: prefix + '/selectOrder',
|
url: prefix + '/selectOrder',
|
||||||
skin: 'layui-layer-gray',
|
// skin: 'layui-layer-gray',
|
||||||
maxmin: false,
|
maxmin: false,
|
||||||
full: false,
|
full: false,
|
||||||
index:1000,
|
index:1000,
|
||||||
|
|
|
@ -145,7 +145,19 @@
|
||||||
$.table.init(options);
|
$.table.init(options);
|
||||||
});
|
});
|
||||||
function openList(id){
|
function openList(id){
|
||||||
$.modal.open('发货清单', prefix + `/import/${id}`)
|
var options = {
|
||||||
|
title: "发货清单",
|
||||||
|
url: prefix + `/import/${id}`,
|
||||||
|
// skin: 'layui-layer-gray',
|
||||||
|
maxmin: false,
|
||||||
|
full: false,
|
||||||
|
index:1000,
|
||||||
|
callBack: doClose
|
||||||
|
};
|
||||||
|
$.modal.openOptions(options)
|
||||||
|
}
|
||||||
|
function doClose(index){
|
||||||
|
$.modal.close(index);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -174,7 +174,7 @@
|
||||||
var options = {
|
var options = {
|
||||||
title: "选择合同",
|
title: "选择合同",
|
||||||
url: prefix + '/selectOrder',
|
url: prefix + '/selectOrder',
|
||||||
skin: 'layui-layer-gray',
|
// skin: 'layui-layer-gray',
|
||||||
maxmin: false,
|
maxmin: false,
|
||||||
full: false,
|
full: false,
|
||||||
index:1000,
|
index:1000,
|
||||||
|
|
Loading…
Reference in New Issue