From 050d8fde17d71d0e5d3353984a55838903abbe36 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期一, 10 七月 2023 13:43:56 +0800 Subject: [PATCH] 增加制单人查询条件 --- zhengcaioa/zhengcaioa/Views/CooperOrder/Index.cshtml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/CooperOrder/Index.cshtml b/zhengcaioa/zhengcaioa/Views/CooperOrder/Index.cshtml index ee001a8..a920611 100644 --- a/zhengcaioa/zhengcaioa/Views/CooperOrder/Index.cshtml +++ b/zhengcaioa/zhengcaioa/Views/CooperOrder/Index.cshtml @@ -269,7 +269,7 @@ { label: '璁㈠崟鐘舵��', name: 'ShouliStatus', labtype: 'combox', hidden: false, data: JSON.parse(ShouliStatus), cwidth: '5%', cccwidth: '8%' }, - + { label: '鍒跺崟浜�', name: 'Creater', labtype: 'combox', hidden: false, data: JSON.parse(users), cwidth: '5%', cccwidth: '8%' }, @@ -328,7 +328,7 @@ } function chedan(id) { - OpenWindow("鎾ゅ崟", "20%", "30%", "/CooperOrder/Chedan?id=" + id); + OpenWindow("鎾ゅ崟", "50%", "60%", "/CooperOrder/Chedan?id=" + id); } function huifang(id) { -- Gitblit v1.9.1