From 8d6a068a0161650685fb2d2f306e2cf9446df873 Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期日, 29 八月 2021 21:39:26 +0800
Subject: [PATCH] nothing
---
WebTM/views/基础资料/采购基础资料/Gy_Supplier_Edit.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\351\207\207\350\264\255\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Supplier_Edit.html" "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\351\207\207\350\264\255\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Supplier_Edit.html"
index bebcf38..6658704 100644
--- "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\351\207\207\350\264\255\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Supplier_Edit.html"
+++ "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\351\207\207\350\264\255\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Supplier_Edit.html"
@@ -465,9 +465,9 @@
var user ="Admin" /*sessionStorage["HUserName"]*/;
var oMain = JSON.stringify(data.field)
var sBillModeify = oMain + ';' + linterid + ';' + user + ';' + ModRightNameAdd;
- var index = layer.load();
+
if (AllowLoadData()) {
- if (OperationType === 3) {
+ if (OperationType =="3") {
$.ajax({
type: "POST",
url: GetWEBURL() + "/Gy_Supplier/AddBill1",
--
Gitblit v1.9.1