更新 #453
@@ -2,7 +2,7 @@
|
|||||||
* @Author: zwq
|
* @Author: zwq
|
||||||
* @Date: 2025-10-13 15:07:24
|
* @Date: 2025-10-13 15:07:24
|
||||||
* @LastEditors: zwq
|
* @LastEditors: zwq
|
||||||
* @LastEditTime: 2025-11-19 11:16:34
|
* @LastEditTime: 2025-11-20 14:47:37
|
||||||
* @Description:
|
* @Description:
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
@@ -512,7 +512,7 @@ export default {
|
|||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
setMaterial() {
|
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.materialName = data.materialName
|
||||||
this.dataForm.materialCode = data.materialCode
|
this.dataForm.materialCode = data.materialCode
|
||||||
this.dataForm.material = data.material
|
this.dataForm.material = data.material
|
||||||
|
|||||||
Reference in New Issue
Block a user