Compare commits
No commits in common. "2d2b15283ff710b48461eee87de454daad812172" and "db0ea1bfe76a78f6d7e2846afbcef47d904b67e6" have entirely different histories.
2d2b15283f
...
db0ea1bfe7
|
|
@ -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,19 +145,7 @@
|
||||||
$.table.init(options);
|
$.table.init(options);
|
||||||
});
|
});
|
||||||
function openList(id){
|
function openList(id){
|
||||||
var options = {
|
$.modal.open('发货清单', prefix + `/import/${id}`)
|
||||||
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