更新 #453
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user