From 8f7fd017ffa14e6b3e2ec0a984e9370d88cb7c09 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 03 四月 2025 08:58:17 +0800 Subject: [PATCH] 修改送货日期 --- CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestAdd.aspx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestAdd.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestAdd.aspx index 232079f..294c596 100644 --- a/CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestAdd.aspx +++ b/CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestAdd.aspx @@ -120,7 +120,7 @@ $.ajax({ - url: 'https://yocaisim.51zhengcai.com/api/UpFile/UpdateFile', // 鏇挎崲涓轰綘鐨勬湇鍔″櫒绔偣 + url: '/Pages/business/FileUploadHandler.ashx', // 鏇挎崲涓轰綘鐨勬湇鍔″櫒绔偣 type: 'POST', data: formData, contentType: false, @@ -138,7 +138,7 @@ $('a[name="HrefAttachmentFapiao"]').last().html('<img src="' + response.data + '" width="20" height="20" />'); alertMsg('涓婁紶鎴愬姛'); } else { - alertMsg('涓婁紶澶辫触'); + alertMsg(response.message); } -- Gitblit v1.9.1