Compare commits

..

No commits in common. "2d2b15283ff710b48461eee87de454daad812172" and "db0ea1bfe76a78f6d7e2846afbcef47d904b67e6" have entirely different histories.

3 changed files with 3 additions and 15 deletions

View File

@ -172,7 +172,7 @@
var options = {
title: "选择合同",
url: prefix + '/selectOrder',
// skin: 'layui-layer-gray',
skin: 'layui-layer-gray',
maxmin: false,
full: false,
index:1000,

View File

@ -145,19 +145,7 @@
$.table.init(options);
});
function openList(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);
$.modal.open('发货清单', prefix + `/import/${id}`)
}
</script>
</body>

View File

@ -174,7 +174,7 @@
var options = {
title: "选择合同",
url: prefix + '/selectOrder',
// skin: 'layui-layer-gray',
skin: 'layui-layer-gray',
maxmin: false,
full: false,
index:1000,