Merge remote-tracking branch 'origin/dev' into sub_laptop_1
This commit is contained in:
@@ -317,6 +317,11 @@ def joint(row: dict, raw: dict, old, pick):
|
||||
coat = re.search(r"(양면|내면|단면)피복", spec)
|
||||
if not (kind and dia and coat):
|
||||
return None, "규격 종류 · 지름 · 피복을 못 읽음"
|
||||
if kind.group(1) == "접속티":
|
||||
return (
|
||||
None,
|
||||
"조달청에 거양 PE 접속티가 없고 다른 회사 줄과는 값이 어긋나 같은 물건을 못 가림",
|
||||
)
|
||||
got = [
|
||||
r
|
||||
for f in ("MASCntrct_파형강관이음관", "ThptyUcntrct_파형강관이음관", "MASCntrct_파형강관")
|
||||
|
||||
Reference in New Issue
Block a user