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
1546d013
Commit
1546d013
authored
Aug 12, 2019
by
顾俭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aship/aship#1 防伪码功能:申请防伪码接口
parent
b52840e9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
query.html
...n/resources/static/app/srm/purchaseOrder/query/query.html
+1
-1
query.js
...ain/resources/static/app/srm/purchaseOrder/query/query.js
+1
-1
No files found.
src/main/resources/static/app/srm/purchaseOrder/query/query.html
View file @
1546d013
...
@@ -154,7 +154,7 @@
...
@@ -154,7 +154,7 @@
</div>
</div>
</div>
</div>
<div
class=
"modal-footer"
>
<div
class=
"modal-footer"
>
<button
class=
"btn btn-primary"
type=
"button"
ng-click=
"genBarcode()"
>
确认
</button>
<button
class=
"btn btn-primary"
type=
"button"
ng-click=
"genBarcode
Click
()"
>
确认
</button>
<button
class=
"btn btn-primary"
type=
"button"
data-dismiss=
"modal"
>
取消
</button>
<button
class=
"btn btn-primary"
type=
"button"
data-dismiss=
"modal"
>
取消
</button>
</div>
</div>
</div>
</div>
...
...
src/main/resources/static/app/srm/purchaseOrder/query/query.js
View file @
1546d013
...
@@ -295,7 +295,7 @@ angular.module('IOne').controller('PurchaseOrderQueryController', function ($sco
...
@@ -295,7 +295,7 @@ angular.module('IOne').controller('PurchaseOrderQueryController', function ($sco
data
:
[]
data
:
[]
};
};
$scope
.
genBarcode
=
function
()
{
$scope
.
genBarcode
Click
=
function
()
{
var
barcodeInput
=
{};
var
barcodeInput
=
{};
var
barcodeDtlInput
=
[];
var
barcodeDtlInput
=
[];
barcodeInput
.
factoryUid
=
$scope
.
selectedPurchaseOrder
.
factory
.
factoryUid
;
barcodeInput
.
factoryUid
=
$scope
.
selectedPurchaseOrder
.
factory
.
factoryUid
;
...
...
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