ocpview-plus 1.3.12 → 1.3.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -227,6 +227,8 @@ export default {
|
|
|
227
227
|
obj.username = this.getUserName();
|
|
228
228
|
if (this.myConfig.notdelfile) {
|
|
229
229
|
obj.modflag = 'I';
|
|
230
|
+
} else {
|
|
231
|
+
obj.modflag = 'N';
|
|
230
232
|
}
|
|
231
233
|
if (obj.scenetype === '4') {
|
|
232
234
|
obj.idkey = this.idkey;
|
|
@@ -365,7 +367,7 @@ export default {
|
|
|
365
367
|
window.open(downUrl);
|
|
366
368
|
},
|
|
367
369
|
delCommon (filekey, notdelfile) {
|
|
368
|
-
let delUrl = this.myConfig.delfile + filekey + "&ent_id=" + this.getEnt_id() + "¬delfile=
|
|
370
|
+
let delUrl = this.myConfig.delfile + filekey + "&ent_id=" + this.getEnt_id() + "¬delfile=Y&token=" + this.getToken() + "&billno=" + this.billno;
|
|
369
371
|
$.ajax({
|
|
370
372
|
type: 'GET',
|
|
371
373
|
url: encodeURI(delUrl),
|