Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
0388b8fa
Commit
0388b8fa
authored
Dec 13, 2020
by
季圣华
Browse files
优化单据中仓库的下拉方式
parent
9e973803
Changes
13
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/bill/allocation_out_list.html
View file @
0388b8fa
...
...
@@ -488,7 +488,6 @@
valueField
:
'
id
'
,
textField
:
'
depotName
'
,
method
:
'
get
'
,
hasDownArrow
:
false
,
url
:
'
/depot/findDepotByUserId?UBType=UserDepot&UBKeyId=
'
+
kid
,
onSelect
:
function
(
rec
){
var
depotId
=
rec
.
id
;
...
...
erp_web/pages/bill/assemble_list.html
View file @
0388b8fa
...
...
@@ -487,7 +487,6 @@
valueField
:
'
id
'
,
textField
:
'
depotName
'
,
method
:
'
get
'
,
hasDownArrow
:
false
,
url
:
'
/depot/findDepotByUserId?UBType=UserDepot&UBKeyId=
'
+
kid
,
onSelect
:
function
(
rec
){
var
depotId
=
rec
.
id
;
...
...
erp_web/pages/bill/disassemble_list.html
View file @
0388b8fa
...
...
@@ -488,7 +488,6 @@
valueField
:
'
id
'
,
textField
:
'
depotName
'
,
method
:
'
get
'
,
hasDownArrow
:
false
,
url
:
'
/depot/findDepotByUserId?UBType=UserDepot&UBKeyId=
'
+
kid
,
onSelect
:
function
(
rec
){
var
depotId
=
rec
.
id
;
...
...
erp_web/pages/bill/other_in_list.html
View file @
0388b8fa
...
...
@@ -508,7 +508,6 @@
valueField
:
'
id
'
,
textField
:
'
depotName
'
,
method
:
'
get
'
,
hasDownArrow
:
false
,
url
:
'
/depot/findDepotByUserId?UBType=UserDepot&UBKeyId=
'
+
kid
,
onSelect
:
function
(
rec
){
var
depotId
=
rec
.
id
;
...
...
erp_web/pages/bill/other_out_list.html
View file @
0388b8fa
...
...
@@ -501,7 +501,6 @@
valueField
:
'
id
'
,
textField
:
'
depotName
'
,
method
:
'
get
'
,
hasDownArrow
:
false
,
url
:
'
/depot/findDepotByUserId?UBType=UserDepot&UBKeyId=
'
+
kid
,
onSelect
:
function
(
rec
){
var
depotId
=
rec
.
id
;
...
...
erp_web/pages/bill/purchase_back_list.html
View file @
0388b8fa
...
...
@@ -629,7 +629,6 @@
valueField
:
'
id
'
,
textField
:
'
depotName
'
,
method
:
'
get
'
,
hasDownArrow
:
false
,
url
:
'
/depot/findDepotByUserId?UBType=UserDepot&UBKeyId=
'
+
kid
,
onSelect
:
function
(
rec
){
var
depotId
=
rec
.
id
;
...
...
erp_web/pages/bill/purchase_in_list.html
View file @
0388b8fa
...
...
@@ -757,7 +757,6 @@
valueField
:
'
id
'
,
textField
:
'
depotName
'
,
method
:
'
get
'
,
hasDownArrow
:
false
,
url
:
'
/depot/findDepotByUserId?UBType=UserDepot&UBKeyId=
'
+
kid
,
onSelect
:
function
(
rec
){
var
depotId
=
rec
.
id
;
...
...
erp_web/pages/bill/purchase_orders_list.html
View file @
0388b8fa
...
...
@@ -585,7 +585,6 @@
valueField
:
'
id
'
,
textField
:
'
depotName
'
,
method
:
'
get
'
,
hasDownArrow
:
false
,
url
:
'
/depot/findDepotByUserId?UBType=UserDepot&UBKeyId=
'
+
kid
,
onSelect
:
function
(
rec
){
var
depotId
=
rec
.
id
;
...
...
erp_web/pages/bill/retail_back_list.html
View file @
0388b8fa
...
...
@@ -649,7 +649,6 @@
valueField
:
'
id
'
,
textField
:
'
depotName
'
,
method
:
'
get
'
,
hasDownArrow
:
false
,
url
:
'
/depot/findDepotByUserId?UBType=UserDepot&UBKeyId=
'
+
kid
,
onSelect
:
function
(
rec
){
var
depotId
=
rec
.
id
;
...
...
erp_web/pages/bill/retail_out_list.html
View file @
0388b8fa
...
...
@@ -684,7 +684,6 @@
valueField
:
'
id
'
,
textField
:
'
depotName
'
,
method
:
'
get
'
,
hasDownArrow
:
false
,
url
:
'
/depot/findDepotByUserId?UBType=UserDepot&UBKeyId=
'
+
kid
,
onSelect
:
function
(
rec
){
var
depotId
=
rec
.
id
;
...
...
erp_web/pages/bill/sale_back_list.html
View file @
0388b8fa
...
...
@@ -671,7 +671,6 @@
valueField
:
'
id
'
,
textField
:
'
depotName
'
,
method
:
'
get
'
,
hasDownArrow
:
false
,
url
:
'
/depot/findDepotByUserId?UBType=UserDepot&UBKeyId=
'
+
kid
,
onSelect
:
function
(
rec
){
var
depotId
=
rec
.
id
;
...
...
erp_web/pages/bill/sale_orders_list.html
View file @
0388b8fa
...
...
@@ -629,7 +629,6 @@
valueField
:
'
id
'
,
textField
:
'
depotName
'
,
method
:
'
get
'
,
hasDownArrow
:
false
,
url
:
'
/depot/findDepotByUserId?UBType=UserDepot&UBKeyId=
'
+
kid
,
onSelect
:
function
(
rec
){
var
depotId
=
rec
.
id
;
...
...
erp_web/pages/bill/sale_out_list.html
View file @
0388b8fa
...
...
@@ -824,7 +824,6 @@
valueField
:
'
id
'
,
textField
:
'
depotName
'
,
method
:
'
get
'
,
hasDownArrow
:
false
,
url
:
'
/depot/findDepotByUserId?UBType=UserDepot&UBKeyId=
'
+
kid
,
onSelect
:
function
(
rec
){
var
depotId
=
rec
.
id
;
...
...
Write
Preview
Supports
Markdown
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