前端问题修改
This commit is contained in:
parent
234a9eef73
commit
b60f07eac2
|
|
@ -49,7 +49,7 @@ function setUpload(uploadNum) {
|
|||
choose: function (obj) {
|
||||
let length = $('#uploader-list' + uploadNum + '>.file-iteme').length;
|
||||
if (uploadNum === 6 && length >= 5) {
|
||||
return layer.msg('最多上传5个车辆保险', { icon: 7 });
|
||||
return layer.msg('最多上传5个其他操作证', { icon: 7 });
|
||||
}
|
||||
uploadObj.config.elem.next()[0].value = '';
|
||||
let num = 0;
|
||||
|
|
|
|||
|
|
@ -415,9 +415,9 @@ function getFormData() {
|
|||
function chooseCarOrUser(type, formName) {
|
||||
console.error(formName);
|
||||
let title = '车辆选择'
|
||||
if (type === 2) {
|
||||
if (type === 2 || type === 3) {
|
||||
title = '驾驶员选择';
|
||||
} else if (type === 3) {
|
||||
} else if (type === 4) {
|
||||
title = '操作员选择';
|
||||
}
|
||||
let params = {
|
||||
|
|
|
|||
|
|
@ -411,9 +411,9 @@ function getFormData() {
|
|||
function chooseCarOrUser(type, formName) {
|
||||
console.error(formName);
|
||||
let title = '车辆选择'
|
||||
if (type === 2) {
|
||||
if (type === 2 || type === 3) {
|
||||
title = '驾驶员选择';
|
||||
} else if (type === 3) {
|
||||
} else if (type === 4) {
|
||||
title = '操作员选择';
|
||||
}
|
||||
let params = {
|
||||
|
|
|
|||
|
|
@ -493,9 +493,9 @@ function getFormData() {
|
|||
function chooseCarOrUser(type, formName) {
|
||||
console.error(formName);
|
||||
let title = '车辆选择'
|
||||
if (type === 2) {
|
||||
if (type === 2 || type === 3) {
|
||||
title = '驾驶员选择';
|
||||
} else if (type === 3) {
|
||||
} else if (type === 4) {
|
||||
title = '操作员选择';
|
||||
}
|
||||
let params = {
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="layui-inline">
|
||||
<label class="layui-form-label required" style="width: 100px !important;">备注</label>
|
||||
<label class="layui-form-label required" style="width: 100px !important;margin-top: 30px;">备注</label>
|
||||
<div class="layui-input-inline" style="width: 464px;">
|
||||
<textarea placeholder="请输入备注" lay-verify="required" id="remark" name="remark"
|
||||
class="layui-textarea" maxLength="250" lay-affix="clear"></textarea>
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="layui-inline">
|
||||
<label class="layui-form-label required" style="width: 100px !important;">备注</label>
|
||||
<label class="layui-form-label required" style="width: 100px !important;margin-top: 30px;">备注</label>
|
||||
<div class="layui-input-inline" style="width: 464px;">
|
||||
<textarea placeholder="请输入备注" lay-verify="required" id="remark" name="remark"
|
||||
class="layui-textarea" maxLength="250" lay-affix="clear"></textarea>
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="layui-inline">
|
||||
<label class="layui-form-label required" style="width: 100px !important;">备注</label>
|
||||
<label class="layui-form-label required" style="width: 100px !important;margin-top: 30px;">备注</label>
|
||||
<div class="layui-input-inline" style="width: 464px;">
|
||||
<textarea placeholder="请输入备注" lay-verify="required" id="remark" name="remark"
|
||||
class="layui-textarea" maxLength="250" lay-affix="clear"></textarea>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
<div id="data-overview" class="layout">
|
||||
<div class="data-detail layout">
|
||||
<p>工程数量</p>
|
||||
<p><span id="num">0</span><span>家</span></p>
|
||||
<p><span id="num">0</span><span>个</span></p>
|
||||
</div>
|
||||
<div class="data-detail layout">
|
||||
<p>需求计划数量</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue