| 112 |
var opService = new Map([ |
var opService = new Map([ |
| 113 |
["delete", "article_service_del.php"], |
["delete", "article_service_del.php"], |
| 114 |
["restore", "article_service_restore.php"], |
["restore", "article_service_restore.php"], |
| 115 |
["excerption", "set_excerption.php"], |
["excerption", "article_service_excerption.php"], |
| 116 |
["ontop", "set_ontop.php"], |
["ontop", "article_service_ontop.php"], |
| 117 |
["lock", "article_service_lock.php"], |
["lock", "article_service_lock.php"], |
| 118 |
["transship", "set_transship.php"], |
["transship", "set_transship.php"], |
| 119 |
]); |
]); |
| 208 |
|
|
| 209 |
function set_ex_dir(fid) |
function set_ex_dir(fid) |
| 210 |
{ |
{ |
| 211 |
instance.post('set_ex_file_sub.php', { |
instance.post('article_service_genex.php', { |
| 212 |
id: <?= $result_set["data"]["id"]; ?>, |
id: <?= $result_set["data"]["id"]; ?>, |
| 213 |
fid: fid, |
fid: fid, |
| 214 |
}) |
}) |