sale-client 4.2.82 → 4.2.84
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
|
@@ -118,7 +118,8 @@
|
|
|
118
118
|
'f_moneystate': '金额状态',
|
|
119
119
|
'f_magneticInterference': '磁干扰异常',
|
|
120
120
|
'f_compensateState': '补偿状态'
|
|
121
|
-
}
|
|
121
|
+
},
|
|
122
|
+
condition: '1=1'
|
|
122
123
|
}
|
|
123
124
|
},
|
|
124
125
|
props: ['row'],
|
|
@@ -145,6 +146,7 @@
|
|
|
145
146
|
},
|
|
146
147
|
search (args) {
|
|
147
148
|
args.condition = `${args.condition} and f_userfiles_id='${this.row.f_userfiles_id}'`
|
|
149
|
+
this.condition = args.condition
|
|
148
150
|
this.model.search(args.condition, args.model)
|
|
149
151
|
}
|
|
150
152
|
},
|
|
@@ -246,6 +246,7 @@
|
|
|
246
246
|
</div>
|
|
247
247
|
<div v-if="config.aroundmeter" class="col-sm-4 form-group" :class="[$v.f_newaroundmeter.required ? 'has-error' : '']">
|
|
248
248
|
<label class="font_normal_body">新表表向</label>
|
|
249
|
+
<input type="text" v-show="false" v-model="model.f_newaroundmeter" v-validate:f_newaroundmeter='{required: true }'>
|
|
249
250
|
<v-select :value.sync="model.f_newaroundmeter" :options='aroundmeters' placeholder='新表表向'
|
|
250
251
|
:value-single="true"
|
|
251
252
|
close-on-select
|