Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
warehouse
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
胡懿
warehouse
Commits
960bf570
Commit
960bf570
authored
Jul 19, 2023
by
anxiaohe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改台账xml
parent
0774eee2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
14 deletions
+14
-14
ledgerForm.jsp
...in/webapp/webpage/modules/warehouse/ledger/ledgerForm.jsp
+4
-4
ledgerList.js
...ain/webapp/webpage/modules/warehouse/ledger/ledgerList.js
+6
-6
ledgerList.jsp
...in/webapp/webpage/modules/warehouse/ledger/ledgerList.jsp
+4
-4
No files found.
src/main/webapp/webpage/modules/warehouse/ledger/ledgerForm.jsp
View file @
960bf570
...
@@ -37,10 +37,10 @@
...
@@ -37,10 +37,10 @@
<
%
--
extId=
"${ledger.id}"
cssClass=
"form-control "
allowClear=
"true"
/>
--%>
<
%
--
extId=
"${ledger.id}"
cssClass=
"form-control "
allowClear=
"true"
/>
--%>
<form:input
path=
"type.code"
htmlEscape=
"false"
class=
"form-control "
/>
<form:input
path=
"type.code"
htmlEscape=
"false"
class=
"form-control "
/>
</td>
</td>
<td>
型号
</td
>
<
%
--
<
td
>
型号
</td>
--%
>
<td
>
<
%
--
<
td
>
--%
>
<form:input
path=
"model"
htmlEscape=
"false"
class=
"form-control "
/
>
<
%
--
<
form:input
path=
"model"
htmlEscape=
"false"
class=
"form-control "
/>
--%
>
</td
>
<
%
--
</
td
>
--%
>
</tr>
</tr>
<tr>
<tr>
<td>
数量
</td>
<td>
数量
</td>
...
...
src/main/webapp/webpage/modules/warehouse/ledger/ledgerList.js
View file @
960bf570
...
@@ -441,12 +441,12 @@ function renderScanTable () {
...
@@ -441,12 +441,12 @@ function renderScanTable () {
field
:
"type.unit"
,
field
:
"type.unit"
,
title
:
'单位'
title
:
'单位'
},
},
{
//
{
field
:
'model'
,
//
field: 'model',
title
:
'型号'
,
//
title: '型号',
sortable
:
true
,
//
sortable: true,
sortName
:
'model'
//
sortName: 'model'
},
//
},
{
{
field
:
'num'
,
field
:
'num'
,
title
:
'数量'
title
:
'数量'
...
...
src/main/webapp/webpage/modules/warehouse/ledger/ledgerList.jsp
View file @
960bf570
...
@@ -42,10 +42,10 @@
...
@@ -42,10 +42,10 @@
<sys:treeselect
id=
"type"
name=
"type.id"
value=
"${ledger.type.id}"
labelName=
"type.name"
labelValue=
"${ledger.type.name}"
<sys:treeselect
id=
"type"
name=
"type.id"
value=
"${ledger.type.id}"
labelName=
"type.name"
labelValue=
"${ledger.type.name}"
title=
"品名代码"
url=
"/warehouse/materialtype/materialType/treeData"
extId=
"${ledger.id}"
cssClass=
"form-control "
allowClear=
"true"
/>
title=
"品名代码"
url=
"/warehouse/materialtype/materialType/treeData"
extId=
"${ledger.id}"
cssClass=
"form-control "
allowClear=
"true"
/>
</div>
</div>
<div
class=
"col-xs-12 col-sm-6 col-md-4"
>
<
%
--
<
div
class=
"col-xs-12 col-sm-6 col-md-4"
>
--%
>
<label
class=
"label-item single-overflow pull-left"
title=
"型号:"
>
型号:
</label
>
<
%
--
<
label
class=
"label-item single-overflow pull-left"
title=
"型号:"
>
型号:
</label>
--%
>
<form:input
path=
"model"
htmlEscape=
"false"
maxlength=
"64"
class=
" form-control"
/
>
<
%
--
<
form:input
path=
"model"
htmlEscape=
"false"
maxlength=
"64"
class=
" form-control"
/>
--%
>
</div
>
<
%
--
</
div
>
--%
>
<div
class=
"col-xs-12 col-sm-6 col-md-4"
>
<div
class=
"col-xs-12 col-sm-6 col-md-4"
>
<label
class=
"label-item single-overflow pull-left"
title=
"货架id集合:"
>
货架id集合:
</label>
<label
class=
"label-item single-overflow pull-left"
title=
"货架id集合:"
>
货架id集合:
</label>
<form:input
path=
"shelvesIds"
htmlEscape=
"false"
maxlength=
"64"
class=
" form-control"
/>
<form:input
path=
"shelvesIds"
htmlEscape=
"false"
maxlength=
"64"
class=
" form-control"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment