diff --git a/Code/src/MineTec.ProManager.Application/GalleryFiles/GalleryFilesAppService.cs b/Code/src/MineTec.ProManager.Application/GalleryFiles/GalleryFilesAppService.cs index e2fcdc0..7929d64 100644 --- a/Code/src/MineTec.ProManager.Application/GalleryFiles/GalleryFilesAppService.cs +++ b/Code/src/MineTec.ProManager.Application/GalleryFiles/GalleryFilesAppService.cs @@ -99,6 +99,7 @@ namespace MineTec.ProManager.GalleryFiles query.FileName = input.FileName; query.SubCode = input.SubCode; query.FileNum = input.FileNum; + query.PictureFrame = input.PictureFrame; query.Remark = input.Remark; result.code = 1;//1成功0失败 } diff --git a/Pages/lib/jq-module/zyupload/images/Thumbs.db b/Pages/lib/jq-module/zyupload/images/Thumbs.db new file mode 100644 index 0000000..2d39e3f Binary files /dev/null and b/Pages/lib/jq-module/zyupload/images/Thumbs.db differ diff --git a/Pages/lib/jq-module/zyupload/images/add_img.png b/Pages/lib/jq-module/zyupload/images/add_img.png new file mode 100644 index 0000000..bf4544b Binary files /dev/null and b/Pages/lib/jq-module/zyupload/images/add_img.png differ diff --git a/Pages/lib/jq-module/zyupload/images/bg.png b/Pages/lib/jq-module/zyupload/images/bg.png new file mode 100644 index 0000000..c80da02 Binary files /dev/null and b/Pages/lib/jq-module/zyupload/images/bg.png differ diff --git a/Pages/lib/jq-module/zyupload/images/delete_blue.png b/Pages/lib/jq-module/zyupload/images/delete_blue.png new file mode 100644 index 0000000..0da7683 Binary files /dev/null and b/Pages/lib/jq-module/zyupload/images/delete_blue.png differ diff --git a/Pages/lib/jq-module/zyupload/images/delete_white.png b/Pages/lib/jq-module/zyupload/images/delete_white.png new file mode 100644 index 0000000..969d88a Binary files /dev/null and b/Pages/lib/jq-module/zyupload/images/delete_white.png differ diff --git a/Pages/lib/jq-module/zyupload/images/fileType/Thumbs.db b/Pages/lib/jq-module/zyupload/images/fileType/Thumbs.db new file mode 100644 index 0000000..573e915 Binary files /dev/null and b/Pages/lib/jq-module/zyupload/images/fileType/Thumbs.db differ diff --git a/Pages/lib/jq-module/zyupload/images/fileType/file.png b/Pages/lib/jq-module/zyupload/images/fileType/file.png new file mode 100644 index 0000000..a0799df Binary files /dev/null and b/Pages/lib/jq-module/zyupload/images/fileType/file.png differ diff --git a/Pages/lib/jq-module/zyupload/images/fileType/rar.png b/Pages/lib/jq-module/zyupload/images/fileType/rar.png new file mode 100644 index 0000000..8016e2e Binary files /dev/null and b/Pages/lib/jq-module/zyupload/images/fileType/rar.png differ diff --git a/Pages/lib/jq-module/zyupload/images/fileType/txt.png b/Pages/lib/jq-module/zyupload/images/fileType/txt.png new file mode 100644 index 0000000..a0799df Binary files /dev/null and b/Pages/lib/jq-module/zyupload/images/fileType/txt.png differ diff --git a/Pages/lib/jq-module/zyupload/images/fileType/zip.png b/Pages/lib/jq-module/zyupload/images/fileType/zip.png new file mode 100644 index 0000000..3f79e02 Binary files /dev/null and b/Pages/lib/jq-module/zyupload/images/fileType/zip.png differ diff --git a/Pages/lib/jq-module/zyupload/images/success.png b/Pages/lib/jq-module/zyupload/images/success.png new file mode 100644 index 0000000..94f968d Binary files /dev/null and b/Pages/lib/jq-module/zyupload/images/success.png differ diff --git a/Pages/page/Graphic/PatternManager/PattrenList.html b/Pages/page/Graphic/PatternManager/PattrenList.html index f8523a2..3b8380b 100644 --- a/Pages/page/Graphic/PatternManager/PattrenList.html +++ b/Pages/page/Graphic/PatternManager/PattrenList.html @@ -86,16 +86,22 @@ defaultToolbar: ['filter', 'exports'], cols: [[ { type: "checkbox", width: 50 }, - { type: "numbers", title: '序号', width: 50 }, + { type: "numbers", title: '序号', width: 30 }, { field: 'id', hide: true, width: 300, title: 'ID' }, - { field: 'fileNum', width: 350, title: '图纸编号', sort: true, align: "left" }, - { field: 'fileName', width: 350, title: '图纸名称', align: "left" }, - { field: 'isDelete', width: 150, title: '状态', align: "center", templet: '#GalleryFilesList_isDelete' }, + { field: 'createTime', hide: true, width: 200, title: '创建时间' }, + { field: 'fileNum', width: 130, title: '产品编号', sort: true, align: "center" }, + { field: 'subCode', width: 110, title: '附加尾号', align: "center" }, + { field: 'patternType', width: 110, title: '图样类型', sort: true, align: "center", templet: '#patternType' }, + { field: 'fileName', width: 150, title: '图样名称', align: "left" }, + { field: 'pictureFrame', width: 80, title: '图幅', sort: true, align: "center" }, + { field: 'isAnnex', width: 110, title: '图纸查看', align: "center", templet: '#isAnnex' }, + { field: 'isCard', width: 110, title: '检验卡片', align: "center", templet: '#isCard' }, + { field: 'remark', width: 200, title: '备注', sort: true, align: "left" }, { title: '操作', width: 200, toolbar: '#currentTableBar', align: "center" } ]], initSort: { - field: 'fileNum', //排序字段,对应 cols 设定的各字段名 - type: 'asc' //排序方式 asc: 升序、desc: 降序、null: 默认排序 + field: 'createTime', //排序字段,对应 cols 设定的各字段名 + type: 'desc' //排序方式 asc: 升序、desc: 降序、null: 默认排序 }, limits: [10, 15, 20, 25, 50, 100], limit: 15, @@ -269,11 +275,31 @@ } }); - + + diff --git a/Pages/page/Graphic/PatternManager/addPattern.html b/Pages/page/Graphic/PatternManager/addPattern.html index ef95221..9ddd429 100644 --- a/Pages/page/Graphic/PatternManager/addPattern.html +++ b/Pages/page/Graphic/PatternManager/addPattern.html @@ -8,6 +8,7 @@ +