摘要: alter proc Proc_SaleReturn( @UId int, @OId int, @SaleCase nvarchar(max), @SImg nvarchar(max), @Count int out)asbegin begin try begin tran insert into 阅读全文
posted @ 2020-07-09 19:52 N_o 阅读(20) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel.DataAnnotations;using System.ComponentModel.DataAnnotations.Schema;using Sys 阅读全文
posted @ 2020-07-09 19:50 N_o 阅读(56) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Data;using System.Data.SqlClient;using System.Linq;using System.Net;using System.Net.Http;u 阅读全文
posted @ 2020-07-09 19:48 N_o 阅读(122) 评论(0) 推荐(0) 编辑
摘要: @{ ViewBag.Title = "GoodcollectIndex"; Layout = "~/Views/Shared/_Layout.cshtml";} <h2>GoodcollectIndex</h2><script> var UId = 0; $(function () { //判断是 阅读全文
posted @ 2020-07-09 19:44 N_o 阅读(157) 评论(0) 推荐(0) 编辑
摘要: @{ ViewBag.Title = "GoodsInfoDetailIndex"; Layout = "~/Views/Shared/_Layout.cshtml";}<h2>GoodsInfoDetailIndex</h2><script> var GId = ""; $(function () 阅读全文
posted @ 2020-07-09 19:09 N_o 阅读(46) 评论(0) 推荐(0) 编辑
摘要: @{ ViewBag.Title = "HomePageIndex"; Layout = "~/Views/Shared/_Layout.cshtml";} <h2>HomePageIndex</h2><script> $(function () { DataBound(); }) //商品列表 f 阅读全文
posted @ 2020-07-09 19:07 N_o 阅读(151) 评论(0) 推荐(0) 编辑
摘要: @{ Layout = null;} <!DOCTYPE html> <html><head> <meta name="viewport" content="width=device-width" /> <title>LoginIndex</title> <link href="~/Content/ 阅读全文
posted @ 2020-07-09 19:05 N_o 阅读(138) 评论(0) 推荐(0) 编辑
摘要: @{ ViewBag.Title = "OrdersInfoIndex"; Layout = "~/Views/Shared/_Layout.cshtml";} <h2>OrdersInfoIndex</h2><script src="~/Scripts/jquery-3.4.1.js"></scr 阅读全文
posted @ 2020-07-09 19:02 N_o 阅读(140) 评论(0) 推荐(0) 编辑
摘要: @{ ViewBag.Title = "SaleIndex";} <h2>SaleIndex</h2><script> var UId = 0; var OId = 0; var GId = 0; $(function () { //判断是否从详情页面过来的 if (this.location.se 阅读全文
posted @ 2020-07-09 18:58 N_o 阅读(29) 评论(0) 推荐(0) 编辑
摘要: @{ ViewBag.Title = "StorecollectIndex"; Layout = "~/Views/Shared/_Layout.cshtml";} <h2>StorecollectIndex</h2><script> var UId = 0; $(function () { //判 阅读全文
posted @ 2020-07-09 18:56 N_o 阅读(8) 评论(0) 推荐(0) 编辑