From c60a7d7b29faba465969555e2a9c69acb8510f90 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 25 二月 2022 09:11:41 +0800 Subject: [PATCH] 如果客户资料中有“*”的内容,生产文书时自动填上,质疑单位默认填写客户名称,可修改 --- zhengcaioa/zhengcaioa/Views/Area/Index.cshtml | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/Area/Index.cshtml b/zhengcaioa/zhengcaioa/Views/Area/Index.cshtml index a6d3e0a..4db7df2 100644 --- a/zhengcaioa/zhengcaioa/Views/Area/Index.cshtml +++ b/zhengcaioa/zhengcaioa/Views/Area/Index.cshtml @@ -19,13 +19,8 @@ ]; dataUrl = "/Area/GetList"; searchCol = [ - - - { label: '鍖哄煙鍚�', name: 'Name', labtype: 'txt', hidden: false }, { label: '鐖跺尯鍩熷悕', name: 'ParentName', labtype: 'txt', hidden: false }, - - ]; var _pageAdd = function () { OpenWindow("鏂板鍖哄煙", "98%", "90%", "/Area/Edit/"); -- Gitblit v1.9.1