瀏覽代碼

모바일 구매요청현황 목록 오류 수정

juney 2 年之前
父節點
當前提交
209d6d4e45
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 1 0
      src/main/webapp/mobile/js/app/mpomng/ITP_MPOMNG02010.js
  2. 2 2
      src/main/webapp/mobile/js/properties.js

+ 1 - 0
src/main/webapp/mobile/js/app/mpomng/ITP_MPOMNG02010.js

@@ -190,6 +190,7 @@ let mobContentObj = {
190 190
 		},
191 191
 		action: function () {
192 192
 			var _this = this;
193
+			$(document).off('click');
193 194
 			$(document).on('click', '#ITP_LIST_MPOMNG02010_ITEM_ROWS li', function() {
194 195
 				var index = $(this).index();
195 196
 				var item = _this.rows[index];

+ 2 - 2
src/main/webapp/mobile/js/properties.js

@@ -1,6 +1,6 @@
1 1
 
2
-const DOMAIN = 'http://106.246.249.162:38050';
3
-// const DOMAIN = 'http://192.168.0.13:8050';
2
+// const DOMAIN = 'http://106.246.249.162:38050';
3
+const DOMAIN = 'http://192.168.0.13:8050';
4 4
 const ITP_CONTEXTPATH = '/oqpo-view';
5 5
 const MOBILE_CONTEXTPATH = ITP_CONTEXTPATH + '/mobile';
6 6
 const ITP_LANGUAGE = 'ko';