需求修改
This commit is contained in:
@@ -57,7 +57,6 @@
|
||||
<th><text class="fontcol1">采购订单号</text></th>
|
||||
<th>物料编码</th>
|
||||
<th>物料名称</th>
|
||||
<th>规格型号</th>
|
||||
<th>单位</th>
|
||||
<th>订单量</th>
|
||||
<th>本次送货数量</th>
|
||||
@@ -81,7 +80,6 @@
|
||||
<td><view class="fontcol1">{{el.cgbh}}</view></td>
|
||||
<td>{{el.wlbm}}</td>
|
||||
<td>{{el.wlmc}}</td>
|
||||
<td>{{el.ggxh}}</td>
|
||||
<td>{{el.jldw}}</td>
|
||||
<td>{{el.ddsl}}</td>
|
||||
<td>{{el.bcshsl}}</td>
|
||||
@@ -109,7 +107,6 @@
|
||||
<td>{{el.cgbh}}</td>
|
||||
<td>{{el.wlbm}}</td>
|
||||
<td>{{el.wlmc}}</td>
|
||||
<td>{{el.ggxh}}</td>
|
||||
<td>{{el.jldw}}</td>
|
||||
<td>{{el.ddsl}}</td>
|
||||
<td>{{el.bcshsl}}</td>
|
||||
@@ -423,10 +420,14 @@
|
||||
.mgr30
|
||||
margin-right 30rpx
|
||||
.select_wraper
|
||||
/deep/ .uni-select__input-box
|
||||
height 30px
|
||||
/deep/ .uni-select__selector
|
||||
z-index 11
|
||||
/deep/ .uni-select
|
||||
height: 30px;
|
||||
min-height: 30px;
|
||||
line-height: 30px;
|
||||
padding: 0 2px 0 12px;
|
||||
border: 1px solid #4980bd;
|
||||
background-color: rgba(45,88,184,0.1);
|
||||
|
||||
Reference in New Issue
Block a user