作业票修改
This commit is contained in:
parent
c14fa924fc
commit
350bd0db8e
|
|
@ -69,7 +69,7 @@
|
|||
maxlength="64">
|
||||
</div>
|
||||
</div>
|
||||
<div class="layui-form-item">
|
||||
<!-- <div class="layui-form-item">
|
||||
<label class="layui-form-label">身份证号:</label>
|
||||
<div class="layui-input-inline">
|
||||
<input class="layui-input" id="idCard" autocomplete="off" name="idCard"
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
<input class="layui-input" id="phone" autocomplete="off" name="phone"
|
||||
lay-verify="isPhone" maxlength="32">
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<button type="submit" id="formSubmit" class="layui-btn" lay-submit="" lay-filter="formData"
|
||||
style="display: none;"></button>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
<!--拦截及公共ip-->
|
||||
|
||||
<script src="../../js/public/public.js" type="text/javascript"></script>
|
||||
<script src="../../js/system/htmlpermission.js"></script>
|
||||
<script src="../../js/public/sm3.js" type="text/javascript"></script>
|
||||
<script src="../../js/public/permission.js" type="text/javascript"></script>
|
||||
<script src="../../js/layui-v2.9.2/layui/layui.js"></script>
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ function initTable(dataList, limit, page) {
|
|||
{
|
||||
field: "post",
|
||||
title: "岗位",
|
||||
width: '20%',
|
||||
width: '30%',
|
||||
unresize: true,
|
||||
align: "center",
|
||||
sort: true
|
||||
|
|
@ -86,18 +86,21 @@ function initTable(dataList, limit, page) {
|
|||
{
|
||||
field: "userName",
|
||||
title: "姓名",
|
||||
width: '15%',
|
||||
width: '35%',
|
||||
unresize: true,
|
||||
align: "center",
|
||||
sort: true
|
||||
},
|
||||
{
|
||||
/* {
|
||||
field: "phone",
|
||||
title: "手机号",
|
||||
width: '20%',
|
||||
unresize: true,
|
||||
align: "center",
|
||||
sort: true
|
||||
sort: true,
|
||||
templet: function (d) {
|
||||
return phoneHide(d.phone)
|
||||
}
|
||||
},
|
||||
{
|
||||
field: "idNumber",
|
||||
|
|
@ -105,11 +108,14 @@ function initTable(dataList, limit, page) {
|
|||
width: '20%',
|
||||
unresize: true,
|
||||
align: "center",
|
||||
sort: true
|
||||
},
|
||||
sort: true,
|
||||
templet: function (d) {
|
||||
return phoneHide(d.idNumber)
|
||||
}
|
||||
}, */
|
||||
{
|
||||
title: "操作",
|
||||
width: '15%',
|
||||
width: '25%',
|
||||
unresize: true,
|
||||
align: "center",
|
||||
templet: function (d) {
|
||||
|
|
|
|||
|
|
@ -21,7 +21,9 @@ function excelUpload(element, url, cityId) {
|
|||
url: url,
|
||||
type: 'POST',
|
||||
headers: {
|
||||
"encrypt": sm3(JSON.stringify(formData))
|
||||
"encrypt": sm3(JSON.stringify(formData)),
|
||||
'decrypt':'decrypt',
|
||||
'token': token
|
||||
},
|
||||
data: formData,
|
||||
dataType: 'json',
|
||||
|
|
@ -131,7 +133,9 @@ function excelUpload3(element, voiTypeId, url) {
|
|||
headers: {
|
||||
"encrypt": sm3(JSON.stringify({
|
||||
voiTypeId: voiTypeId
|
||||
}))
|
||||
})),
|
||||
'decrypt':'decrypt',
|
||||
'token': token
|
||||
},
|
||||
url: url,
|
||||
type: 'POST',
|
||||
|
|
@ -171,7 +175,9 @@ function excelUpload4(element, url) {
|
|||
formData.append("file", files);
|
||||
$.ajax({
|
||||
headers: {
|
||||
"encrypt": sm3(JSON.stringify({}))
|
||||
"encrypt": sm3(JSON.stringify({})),
|
||||
'decrypt':'decrypt',
|
||||
'token': token
|
||||
},
|
||||
url: url,
|
||||
type: 'POST',
|
||||
|
|
@ -214,7 +220,9 @@ function excelUpload5(element, voiTypeId, url) {
|
|||
formData.append("file", files);
|
||||
$.ajax({
|
||||
headers: {
|
||||
"encrypt": sm3(JSON.stringify({}))
|
||||
"encrypt": sm3(JSON.stringify({})),
|
||||
'decrypt':'decrypt',
|
||||
'token': token
|
||||
},
|
||||
url: url,
|
||||
type: 'POST',
|
||||
|
|
@ -333,7 +341,9 @@ function excelUpload6(element, url, cityId) {
|
|||
url: url,
|
||||
type: 'POST',
|
||||
headers: {
|
||||
"encrypt": sm3(JSON.stringify(formData))
|
||||
"encrypt": sm3(JSON.stringify(formData)),
|
||||
'decrypt':'decrypt',
|
||||
'token': token
|
||||
},
|
||||
data: formData,
|
||||
dataType: 'json',
|
||||
|
|
@ -383,7 +393,9 @@ function excelUpload7(element, url) {
|
|||
formData.append("file", files);
|
||||
$.ajax({
|
||||
headers: {
|
||||
"encrypt": sm3(JSON.stringify({}))
|
||||
"encrypt": sm3(JSON.stringify({})),
|
||||
'decrypt':'decrypt',
|
||||
'token': token
|
||||
},
|
||||
url: url,
|
||||
type: 'POST',
|
||||
|
|
@ -424,7 +436,9 @@ function excelUpload8(element,proNo, url) {
|
|||
formData.append("proNo", proNo);
|
||||
$.ajax({
|
||||
headers: {
|
||||
"encrypt": sm3(JSON.stringify({}))
|
||||
"encrypt": sm3(JSON.stringify({})),
|
||||
'decrypt':'decrypt',
|
||||
'token': token
|
||||
},
|
||||
url: url,
|
||||
type: 'POST',
|
||||
|
|
@ -465,7 +479,9 @@ function excelUpload9(element,type, url) {
|
|||
formData.append("type", type);
|
||||
$.ajax({
|
||||
headers: {
|
||||
"encrypt": sm3(JSON.stringify({}))
|
||||
"encrypt": sm3(JSON.stringify({})),
|
||||
'decrypt':'decrypt',
|
||||
'token': token
|
||||
},
|
||||
url: url,
|
||||
type: 'POST',
|
||||
|
|
|
|||
Loading…
Reference in New Issue