apply-clients 4.1.39-weinan → 4.1.41-weinan
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
:valueSingle="true"></input-select>
|
|
139
139
|
</div>
|
|
140
140
|
</div>
|
|
141
|
-
<div class="form-group col-sm-6">
|
|
141
|
+
<!-- <div class="form-group col-sm-6">
|
|
142
142
|
<label class="col-sm-4 control-label">设备编号:</label>
|
|
143
143
|
<div class="col-sm-8">
|
|
144
144
|
<input class="form-control input_view" style=""
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
:value="item.f_devices_no"
|
|
148
148
|
:readonly="mark === 1"/>
|
|
149
149
|
</div>
|
|
150
|
-
</div
|
|
150
|
+
</div>-->
|
|
151
151
|
<div class="form-group col-sm-6">
|
|
152
152
|
<label class="col-sm-4 control-label">设备品牌:</label>
|
|
153
153
|
<div class="col-sm-8">
|
|
@@ -149,7 +149,9 @@ export default {
|
|
|
149
149
|
// 关闭模态框
|
|
150
150
|
close() {
|
|
151
151
|
this.showpay = false
|
|
152
|
-
this.addItem =
|
|
152
|
+
this.addItem = {
|
|
153
|
+
f_material_price:0
|
|
154
|
+
}
|
|
153
155
|
},
|
|
154
156
|
// 模态框确定按钮保存数据
|
|
155
157
|
async addpaydipetail() {
|
|
@@ -203,7 +205,7 @@ export default {
|
|
|
203
205
|
this.addItem.f_typenumber=null
|
|
204
206
|
this.addItem.f_material_price = 0
|
|
205
207
|
},
|
|
206
|
-
'typeNameList'(){
|
|
208
|
+
'typeNameList'() {
|
|
207
209
|
this.addItem.f_typename = null
|
|
208
210
|
this.addItem.f_typenumber = null
|
|
209
211
|
this.addItem.f_material_price = 0
|