This commit is contained in:
2025-11-20 14:48:07 +08:00
parent 94edd04a08
commit b6241fe7c4

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2025-10-13 15:07:24
* @LastEditors: zwq
* @LastEditTime: 2025-11-19 11:16:34
* @LastEditTime: 2025-11-20 14:47:37
* @Description:
-->
<template>
@@ -512,7 +512,7 @@ export default {
return true;
},
setMaterial() {
const data = this.productArr.find((i) => i.id === this.dataForm.materialId)
const data = this.productArr.find((i) => i.id === this.dataForm.productId)
this.dataForm.materialName = data.materialName
this.dataForm.materialCode = data.materialCode
this.dataForm.material = data.material