|
@@ -102,7 +102,6 @@ const startCreat = () => {
|
|
|
if (bomVersion) {
|
|
|
configParam.bomVersion = bomVersion;
|
|
|
}
|
|
|
- console.log("configParam", configParam);
|
|
|
//根据物料编码和版本号获取对应的物料BOM
|
|
|
commonTableRef.value?.startSelect(configParam);
|
|
|
commonTableRef.value?.refreshDictData("bomVersion", resListMap, "value");
|
|
@@ -153,6 +152,10 @@ const onSelectedFinish = (itemValue) => {
|
|
|
form.value.checkName = itemValue.checkName;
|
|
|
form.value.checkCode = itemValue.checkCode;
|
|
|
form.value.content = itemValue.content;
|
|
|
+ form.value.standard = itemValue.standard;
|
|
|
+ form.value.upper = itemValue.upper;
|
|
|
+ form.value.lower = itemValue.lower;
|
|
|
+ form.value.content = itemValue.content;
|
|
|
} else if (props.tableType === "ESOP") {
|
|
|
form.value.filePath = itemValue.drawingPath;
|
|
|
form.value.drawingCode = itemValue.drawingCode;
|