@@ -38,6 +38,7 @@
<el-col :span="18">
<el-form-item
label="单批量(KG)"
+ v-model="form.peqty"
prop="peqty"
label-width="100px"
style="margin-top: 30px"
@@ -112,6 +113,7 @@ function cancel() {
function reset() {
form.value = {
lotNumber: 0,
+ materialpickUpQuantity:0
};
proxy.resetForm("formRef");
}