Toggle navigation
Toggle navigation
This project
Loading...
Sign in
zyn
/
cjs-cms
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
bruce
2019-05-28 10:38:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a15777330fd1f3cbda21f10fb780b77cf497a97a
a1577733
1 parent
8bc9a266
新需求上线
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
src/main/webapp/WEB-INF/view/user/pick/pickEnsure.jsp
src/main/webapp/WEB-INF/view/user/pick/pickEnsure.jsp
View file @
a157773
...
...
@@ -97,8 +97,8 @@
<th
data-options=
"field:'PICK_TYPE', formatter:PickEnsure.formatPickType"
>
提货方式
</th>
<th
data-options=
"field:'PICKING_DATE'"
>
提货日期
</th>
<th
data-options=
"field:'PICK_STATUS_NAME'"
>
提货状态
</th>
<th
data-options=
"field:'CODE'"
>
网点编号
</th>
<th
data-options=
"field:'NAME'"
>
网点名称
</th>
<th
data-options=
"field:'TRUSTEESHIP_CYCLE'"
>
托管周期
</th>
<th
data-options=
"field:'AMOUNT'"
>
托管费用
</th>
<th
data-options=
"field:'EXPRESS_ADRESS'"
>
收货地址
</th>
<th
data-options=
"field:'INSURANCE'"
>
保价金额
</th>
<th
data-options=
"field:'CREATE_DATE'"
>
申请时间
</th>
...
...
@@ -111,9 +111,9 @@
</table>
</div>
<div
id=
"toolbar"
>
<
a
href=
"javascript:PickEnsure.updateStatus(1)"
class=
"easyui-linkbutton"
>
确认通过
</a
>
<
a
href=
"javascript:PickEnsure.updateStatus(2)"
class=
"easyui-linkbutton"
>
确认否决
</a
>
<
a
href=
"javascript:PickEnsure.updateStatus(5)"
class=
"easyui-linkbutton"
>
过期作废
</a
>
<
%--
<a
href=
"javascript:PickEnsure.updateStatus(1)"
class=
"easyui-linkbutton"
>
确认通过
</a>
--%
>
<
%--
<a
href=
"javascript:PickEnsure.updateStatus(2)"
class=
"easyui-linkbutton"
>
确认否决
</a>
--%
>
<
%--
<a
href=
"javascript:PickEnsure.updateStatus(5)"
class=
"easyui-linkbutton"
>
过期作废
</a>
--%
>
<a
href=
"javascript:PickEnsure.updateCheckStatus()"
class=
"easyui-linkbutton"
>
技术审核
</a>
<a
href=
"javascript:PickEnsure.printApplyList()"
class=
"easyui-linkbutton"
>
打印申请单
</a>
</div>
...
...
Please
register
or
login
to post a comment