更新 #453

Merged
zwq merged 1 commits from projects/ssdl-zwq into projects/ssdl-test 2025-11-20 14:48:36 +08:00
Showing only changes of commit b6241fe7c4 - Show all commits

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