diff --git a/WaterCloud.Domain/Entity/CustomerOrder/CustomerOrderEntity.cs b/WaterCloud.Domain/Entity/CustomerOrder/CustomerOrderEntity.cs index c2c9e78..a37a0f5 100644 --- a/WaterCloud.Domain/Entity/CustomerOrder/CustomerOrderEntity.cs +++ b/WaterCloud.Domain/Entity/CustomerOrder/CustomerOrderEntity.cs @@ -105,7 +105,7 @@ public class CustomerOrderEntity : IEntity, ICreationAudite /// /// 附件 /// - [SugarColumn(IsNullable = true, ColumnName = "F_Attachment", ColumnDescription = "模板文件", + [SugarColumn(IsNullable = true, ColumnName = "F_Attachment", ColumnDescription = "附件", ColumnDataType = "nvarchar(200)")] public string F_Attachment { get; set; } diff --git a/WaterCloud.Web/Areas/CustomerOrder/Views/CustomerOrder/Form.cshtml b/WaterCloud.Web/Areas/CustomerOrder/Views/CustomerOrder/Form.cshtml index f9a7839..0158cc4 100644 --- a/WaterCloud.Web/Areas/CustomerOrder/Views/CustomerOrder/Form.cshtml +++ b/WaterCloud.Web/Areas/CustomerOrder/Views/CustomerOrder/Form.cshtml @@ -1,4 +1,97 @@ @{ - ViewBag.Title = "Form"; + ViewBag.Title = "Form"; Layout = "~/Views/Shared/_Form.cshtml"; } + + + + +
+
+
+ +
+ +
+ +
+
+ +
+
+ +
+ +
+
+ +
+ +
+ +
+
+
+ +
+
+ +
+ +
+
+ +
+ +
+ +
+
+
+ + +
+
+ +
+ +
+
+ +
+ +
+ +
+
+
+ +
+ +
+ + +
+
+ +
+ +
+ +
+
+ + +
+ +
+
+
+
+ \ No newline at end of file diff --git a/WaterCloud.Web/Areas/OrderManagement/Views/Order/Index.cshtml b/WaterCloud.Web/Areas/OrderManagement/Views/Order/Index.cshtml index 4f228ec..b92b038 100644 --- a/WaterCloud.Web/Areas/OrderManagement/Views/Order/Index.cshtml +++ b/WaterCloud.Web/Areas/OrderManagement/Views/Order/Index.cshtml @@ -1,209 +1,209 @@ @{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_Index.cshtml"; - } -
-
-
-
-
-
-
- -
- -
-
-
- -
-
-
-
-
- -
+} +
+
+
+
+
+
+
+ +
+ +
+
+
+ +
+
+
+
+
+ +
- - - -
-
-