From 6d2552b84275884e2dfd9e39f8c550642e1cb568 Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期五, 15 三月 2024 08:24:57 +0800
Subject: [PATCH] Merge branch 'yyk'

---
 Pda/View/AsnSetting/pingKuEnter.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Pda/View/AsnSetting/pingKuEnter.html b/Pda/View/AsnSetting/pingKuEnter.html
index 9f3ec0a..a483601 100644
--- a/Pda/View/AsnSetting/pingKuEnter.html
+++ b/Pda/View/AsnSetting/pingKuEnter.html
@@ -236,7 +236,7 @@
 				form.render('select');
 
 				var param = {
-					Type: '0,1,2,3',
+					Type: '0,1,2,3,4,5,6,7',
 				};
 				sendData(IP + "/PdaAsn/GetArrivalNotices", param, 'post', function (res) {
 					if (res.code == 0) { //鎴愬姛

--
Gitblit v1.8.0