diff --git a/src/components/estimate/Estimate.jsx b/src/components/estimate/Estimate.jsx index 87aa3397..442c597b 100644 --- a/src/components/estimate/Estimate.jsx +++ b/src/components/estimate/Estimate.jsx @@ -539,7 +539,7 @@ export default function Estimate({ params }) { return (
| + {getMessage('estimate.detail.docPopup.schUnitPriceFlg')} + * + | +
+
+
+
+ {
+ setSchUnitPriceFlg(e.target.value)
+ }}
+ />
+
+
+
+ {
+ setSchUnitPriceFlg(e.target.value)
+ }}
+ />
+
+
+
+ {
+ setSchUnitPriceFlg(e.target.value)
+ }}
+ />
+
+
+
+ {
+ setSchUnitPriceFlg(e.target.value)
+ }}
+ />
+
+
+ |
+
|---|---|
| + {getMessage('estimate.detail.docPopup.schDisplayFlg')} * + | +
+
+
+
+ {
+ setSchSchDisplayFlg(e.target.value)
+ }}
+ />
+
+
+
+ {
+ setSchSchDisplayFlg(e.target.value)
+ }}
+ />
+
+
+ |
+
| + {getMessage('estimate.detail.docPopup.schWeightFlg')} * + | +
+
+
+
+ {
+ setSchWeightFlg(e.target.value)
+ }}
+ />
+
+
+
+ {
+ setSchWeightFlg(e.target.value)
+ }}
+ />
+
+
+ |
+
| {getMessage('estimate.detail.docPopup.schDrawingFlg')} | +
+
+
+
+ {
+ setSchDrawingFlg(e.target.value)
+ }}
+ />
+
+
+
+ {
+ setSchDrawingFlg(e.target.value)
+ }}
+ />
+
+
+ |
+