Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
srm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Jobs
Commits
Open sidebar
aship
srm
Commits
ae929959
Commit
ae929959
authored
Aug 17, 2019
by
顾俭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aship/aship#4 防伪码功能-送货审核:防伪码启用供应商不创建箱标签
parent
aff97361
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
query.html
...n/resources/static/app/srm/deliveryOrder/query/query.html
+4
-2
query.js
...ain/resources/static/app/srm/deliveryOrder/query/query.js
+2
-1
No files found.
src/main/resources/static/app/srm/deliveryOrder/query/query.html
View file @
ae929959
...
@@ -157,11 +157,13 @@
...
@@ -157,11 +157,13 @@
resource=
" 'DELETE' "
>
删除
resource=
" 'DELETE' "
>
删除
</button>
</button>
<button
class=
"btn btn-default mrs"
ng-click=
"createLabel()"
ng-disabled=
"!currentDeliveryOrder || currentDeliveryOrder.released == '1' || currentDeliveryOrderDetails.size == 0"
<button
class=
"btn btn-default mrs"
ng-click=
"createLabel()"
ng-disabled=
"!currentDeliveryOrder || currentDeliveryOrder.released == '1' || currentDeliveryOrderDetails.size == 0"
acl-check
func=
" 'DELIVERY_ORDER_FUNCTION' "
resource=
" 'CREATE_LABEL' "
>
创建箱标签
acl-check
func=
" 'DELIVERY_ORDER_FUNCTION' "
resource=
" 'CREATE_LABEL' "
ng-if=
"queryCondition.poMst.supplier && queryCondition.poMst.supplier.useBarcode == 'Y'"
>
创建箱标签
</button>
</button>
<button
class=
"btn btn-default mrs"
ng-click=
"openSteelCoilOrNotDlg()"
<button
class=
"btn btn-default mrs"
ng-click=
"openSteelCoilOrNotDlg()"
ng-disabled=
"!currentDeliveryOrder || currentDeliveryOrder.released == '1' || currentDeliveryOrderDetails.size == 0"
ng-disabled=
"!currentDeliveryOrder || currentDeliveryOrder.released == '1' || currentDeliveryOrderDetails.size == 0"
acl-check
func=
" 'DELIVERY_ORDER_FUNCTION' "
resource=
" 'UPDATE_LABEL' "
>
修改箱标签
acl-check
func=
" 'DELIVERY_ORDER_FUNCTION' "
resource=
" 'UPDATE_LABEL' "
ng-if=
"queryCondition.poMst.supplier && queryCondition.poMst.supplier.useBarcode == 'Y'"
>
修改箱标签
</button>
</button>
<button
class=
"btn btn-default mrs"
ng-click=
"release()"
ng-disabled=
"!currentDeliveryOrder || currentDeliveryOrder.released == '1' || uiOption.releasing"
<button
class=
"btn btn-default mrs"
ng-click=
"release()"
ng-disabled=
"!currentDeliveryOrder || currentDeliveryOrder.released == '1' || uiOption.releasing"
acl-check
func=
" 'DELIVERY_ORDER_FUNCTION' "
resource=
" 'RELEASE' "
>
发布
acl-check
func=
" 'DELIVERY_ORDER_FUNCTION' "
resource=
" 'RELEASE' "
>
发布
...
...
src/main/resources/static/app/srm/deliveryOrder/query/query.js
View file @
ae929959
...
@@ -166,7 +166,8 @@ angular.module('IOne').controller('DeliveryOrderQueryController', function ($sco
...
@@ -166,7 +166,8 @@ angular.module('IOne').controller('DeliveryOrderQueryController', function ($sco
if
(
$scope
.
queryCondition
.
poMst
.
supplier
.
id
)
{
if
(
$scope
.
queryCondition
.
poMst
.
supplier
.
id
)
{
$scope
.
queryCondition
.
poMst
.
supplier
=
{
$scope
.
queryCondition
.
poMst
.
supplier
=
{
id
:
$scope
.
queryCondition
.
poMst
.
supplier
.
id
,
id
:
$scope
.
queryCondition
.
poMst
.
supplier
.
id
,
name
:
$scope
.
queryCondition
.
poMst
.
supplier
.
name
name
:
$scope
.
queryCondition
.
poMst
.
supplier
.
name
,
useBarcode
:
$scope
.
queryCondition
.
poMst
.
supplier
.
useBarcode
};
};
}
}
...
...
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