|
@@ -349,7 +349,7 @@ export default defineComponent({
|
|
|
goodsCode.value = goodsList.value.find((e) => e.goodsid === id)?.goodscode as string;
|
|
goodsCode.value = goodsList.value.find((e) => e.goodsid === id)?.goodscode as string;
|
|
|
const arr = [{ exchangeCode: 250, goodsCode: goodsCode.value, subState: 0 }];
|
|
const arr = [{ exchangeCode: 250, goodsCode: goodsCode.value, subState: 0 }];
|
|
|
addSubscribeQuotation(uuid, arr);
|
|
addSubscribeQuotation(uuid, arr);
|
|
|
- // formRef.value.validate();
|
|
|
|
|
|
|
+ formRef.value.validate();
|
|
|
}
|
|
}
|
|
|
// 估算价
|
|
// 估算价
|
|
|
function getPrice() {
|
|
function getPrice() {
|