diff --git a/jnpf-java-boot/jnpf-scm/jnpf-scm-biz/src/main/java/jnpf/service/impl/VoucherServiceImpl.java b/jnpf-java-boot/jnpf-scm/jnpf-scm-biz/src/main/java/jnpf/service/impl/VoucherServiceImpl.java index 7a790404..cac3643f 100644 --- a/jnpf-java-boot/jnpf-scm/jnpf-scm-biz/src/main/java/jnpf/service/impl/VoucherServiceImpl.java +++ b/jnpf-java-boot/jnpf-scm/jnpf-scm-biz/src/main/java/jnpf/service/impl/VoucherServiceImpl.java @@ -544,12 +544,6 @@ public class VoucherServiceImpl extends ServiceImpl + clearable :style='{"width":"100%"}' disabled> @@ -535,6 +535,8 @@ export default { this.dataForm.voucherProductBatchList = voucherInfo.voucherProductList this.dataForm.isSaleDeliveryVoucherSource = voucherInfo.id this.dataForm.supplierId = voucherInfo.customerId + this.dataForm.customerId = '' + this.dataForm.preparationTime = new Date() }) }, prev() { @@ -572,10 +574,8 @@ export default { }); }, goBack() { - debugger this.visible = false - this.$router.go(-1) - // this.$emit('refreshDataList', true) + this.$emit('refresh', true) }, changeData(model, index) { this.isEdit = false