diff --git a/klp-ui/src/views/wms/coil/abnormalCoil.vue b/klp-ui/src/views/wms/coil/abnormalCoil.vue index 46255cbe..ebee8307 100644 --- a/klp-ui/src/views/wms/coil/abnormalCoil.vue +++ b/klp-ui/src/views/wms/coil/abnormalCoil.vue @@ -11,7 +11,7 @@ + :limit.sync="coilQuery.pageSize" @pagination="getCoilList" /> - + @@ -79,17 +73,12 @@ - + + + @@ -318,7 +307,7 @@ export default { if (valid) { this.buttonLoading = true; if (this.form.abnormalId != null) { - updateCoilAbnormal({...this.form, length: this.form.endPosition - this.form.startPosition}).then(response => { + updateCoilAbnormal({ ...this.form, length: this.form.endPosition - this.form.startPosition }).then(response => { this.$modal.msgSuccess("修改成功"); this.open = false; this.getList(); @@ -326,7 +315,7 @@ export default { this.buttonLoading = false; }); } else { - addCoilAbnormal({...this.form, length: this.form.endPosition - this.form.startPosition}).then(response => { + addCoilAbnormal({ ...this.form, length: this.form.endPosition - this.form.startPosition }).then(response => { this.$modal.msgSuccess("新增成功"); this.open = false; this.getList(); diff --git a/klp-ui/src/views/wms/coil/abnormalDetail.vue b/klp-ui/src/views/wms/coil/abnormalDetail.vue index e682c920..7ce4527e 100644 --- a/klp-ui/src/views/wms/coil/abnormalDetail.vue +++ b/klp-ui/src/views/wms/coil/abnormalDetail.vue @@ -53,11 +53,14 @@ + + + @@ -66,6 +69,12 @@ + + +