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
54c9badc
Commit
54c9badc
authored
Dec 05, 2020
by
季圣华
Browse files
给单据增加扫码功能(优化)
parent
f7b1de60
Changes
13
Show whitespace changes
Inline
Side-by-side
erp_web/pages/bill/allocation_out_list.html
View file @
54c9badc
...
...
@@ -588,7 +588,7 @@
return
;
}
});
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
输入条码并敲回车键
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
请扫描商品条形码
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
$
(
'
#depotHeadFM .datagrid-toolbar tr
'
).
append
(
sweepBarCodeHtml
);
$
.
ajax
({
type
:
"
get
"
,
...
...
erp_web/pages/bill/assemble_list.html
View file @
54c9badc
...
...
@@ -572,7 +572,7 @@
return
;
}
});
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
输入条码并敲回车键
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
请扫描商品条形码
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
$
(
'
#depotHeadFM .datagrid-toolbar tr
'
).
append
(
sweepBarCodeHtml
);
$
.
ajax
({
type
:
"
get
"
,
...
...
erp_web/pages/bill/disassemble_list.html
View file @
54c9badc
...
...
@@ -573,7 +573,7 @@
return
;
}
});
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
输入条码并敲回车键
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
请扫描商品条形码
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
$
(
'
#depotHeadFM .datagrid-toolbar tr
'
).
append
(
sweepBarCodeHtml
);
$
.
ajax
({
type
:
"
get
"
,
...
...
erp_web/pages/bill/other_in_list.html
View file @
54c9badc
...
...
@@ -589,7 +589,7 @@
return
;
}
});
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
输入条码并敲回车键
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
请扫描商品条形码
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
$
(
'
#depotHeadFM .datagrid-toolbar tr
'
).
append
(
sweepBarCodeHtml
);
$
.
ajax
({
type
:
"
get
"
,
...
...
erp_web/pages/bill/other_out_list.html
View file @
54c9badc
...
...
@@ -582,7 +582,7 @@
return
;
}
});
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
输入条码并敲回车键
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
请扫描商品条形码
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
$
(
'
#depotHeadFM .datagrid-toolbar tr
'
).
append
(
sweepBarCodeHtml
);
$
.
ajax
({
type
:
"
get
"
,
...
...
erp_web/pages/bill/purchase_back_list.html
View file @
54c9badc
...
...
@@ -719,7 +719,7 @@
return
;
}
});
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
输入条码并敲回车键
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
请扫描商品条形码
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
$
(
'
#depotHeadFM .datagrid-toolbar tr
'
).
append
(
sweepBarCodeHtml
);
$
.
ajax
({
type
:
"
get
"
,
...
...
erp_web/pages/bill/purchase_in_list.html
View file @
54c9badc
...
...
@@ -844,7 +844,7 @@
return
;
}
});
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
输入条码并敲回车键
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
请扫描商品条形码
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
$
(
'
#depotHeadFM .datagrid-toolbar tr
'
).
append
(
sweepBarCodeHtml
);
$
.
ajax
({
type
:
"
get
"
,
...
...
erp_web/pages/bill/purchase_orders_list.html
View file @
54c9badc
...
...
@@ -674,7 +674,7 @@
return
;
}
});
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
输入条码并敲回车键
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
请扫描商品条形码
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
$
(
'
#depotHeadFM .datagrid-toolbar tr
'
).
append
(
sweepBarCodeHtml
);
$
.
ajax
({
type
:
"
get
"
,
...
...
erp_web/pages/bill/retail_back_list.html
View file @
54c9badc
...
...
@@ -734,7 +734,7 @@
return
;
}
});
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
输入条码并敲回车键
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
请扫描商品条形码
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
$
(
'
#depotHeadFM .datagrid-toolbar tr
'
).
append
(
sweepBarCodeHtml
);
$
.
ajax
({
type
:
"
get
"
,
...
...
erp_web/pages/bill/retail_out_list.html
View file @
54c9badc
...
...
@@ -770,7 +770,7 @@
return
;
}
});
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
输入条码并敲回车键
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
请扫描商品条形码
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
$
(
'
#depotHeadFM .datagrid-toolbar tr
'
).
append
(
sweepBarCodeHtml
);
$
.
ajax
({
type
:
"
get
"
,
...
...
erp_web/pages/bill/sale_back_list.html
View file @
54c9badc
...
...
@@ -760,7 +760,7 @@
return
;
}
});
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
输入条码并敲回车键
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
请扫描商品条形码
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
$
(
'
#depotHeadFM .datagrid-toolbar tr
'
).
append
(
sweepBarCodeHtml
);
$
.
ajax
({
type
:
"
get
"
,
...
...
erp_web/pages/bill/sale_orders_list.html
View file @
54c9badc
...
...
@@ -718,7 +718,7 @@
return
;
}
});
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
输入条码并敲回车键
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
请扫描商品条形码
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
$
(
'
#depotHeadFM .datagrid-toolbar tr
'
).
append
(
sweepBarCodeHtml
);
$
.
ajax
({
type
:
"
get
"
,
...
...
erp_web/pages/bill/sale_out_list.html
View file @
54c9badc
...
...
@@ -913,7 +913,7 @@
return
;
}
});
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
输入条码并敲回车键
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
var
sweepBarCodeHtml
=
'
<td><input id="sweepBarCode" type="text" placeholder="
请扫描商品条形码
" class="radius-ui" style="width:150px;display:none;"/></td>
'
;
$
(
'
#depotHeadFM .datagrid-toolbar tr
'
).
append
(
sweepBarCodeHtml
);
$
.
ajax
({
type
:
"
get
"
,
...
...
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