|
|
@@ -202,8 +202,8 @@
|
|
|
|
|
|
<div class="row mb-4">
|
|
|
<div class="col-md-6">
|
|
|
- <label for="modalbip" class="required control-label">BIP编号</label>
|
|
|
- <input type="text" class="form-control" id="modalbip" name="modalbip" placeholder="请输入" required>
|
|
|
+ <label for="modalbip" class="control-label">BIP编号</label>
|
|
|
+ <input type="text" class="form-control" id="modalbip" name="modalbip" placeholder="请输入">
|
|
|
</div>
|
|
|
<div class="col-md-6">
|
|
|
<label class="required control-label">状态</label>
|
|
|
@@ -540,10 +540,6 @@
|
|
|
modalSku: {
|
|
|
required: true,
|
|
|
maxlength: 50
|
|
|
- },
|
|
|
- modalbip: {
|
|
|
- required: true,
|
|
|
- maxlength: 50
|
|
|
}
|
|
|
},
|
|
|
messages: {
|