mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-20 01:22:33 +09:00
디자인 금액 , 추가
This commit is contained in:
@@ -229,8 +229,8 @@ watch(pbAtts.value, (newValue) => {
|
|||||||
<th>규격</th>
|
<th>규격</th>
|
||||||
<th>수량</th>
|
<th>수량</th>
|
||||||
<th>단위</th>
|
<th>단위</th>
|
||||||
<th>단가</th>
|
<th>단가(원)</th>
|
||||||
<th>금액</th>
|
<th>금액(원)</th>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr v-for="(dtl, index) in props.prcs.dtlSpecs" :key="dtl.dtlSpNo">
|
<tr v-for="(dtl, index) in props.prcs.dtlSpecs" :key="dtl.dtlSpNo">
|
||||||
|
|||||||
@@ -199,8 +199,8 @@ watch(pbAtts.value, (newValue) => {
|
|||||||
<th>규격</th>
|
<th>규격</th>
|
||||||
<th>수량</th>
|
<th>수량</th>
|
||||||
<th>단위</th>
|
<th>단위</th>
|
||||||
<th>단가</th>
|
<th>단가(원)</th>
|
||||||
<th>금액</th>
|
<th>금액(원)</th>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody v-for="(dtl, index) in props.prcs.dtlSpecs" :key="dtl.dtlSpNo">
|
<tbody v-for="(dtl, index) in props.prcs.dtlSpecs" :key="dtl.dtlSpNo">
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -252,8 +252,8 @@ watch(pbAtts.value, (newValue) => {
|
|||||||
<th>규격</th>
|
<th>규격</th>
|
||||||
<th>수량</th>
|
<th>수량</th>
|
||||||
<th>단위</th>
|
<th>단위</th>
|
||||||
<th>단가</th>
|
<th>단가(원)</th>
|
||||||
<th>금액</th>
|
<th>금액(원)</th>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody v-for="(dtl, index) in props.estimate.dtlSpecs" :key="dtl.dtlSpNo">
|
<tbody v-for="(dtl, index) in props.estimate.dtlSpecs" :key="dtl.dtlSpNo">
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -196,8 +196,8 @@ const totPrc = computed(() => {
|
|||||||
<th>규격</th>
|
<th>규격</th>
|
||||||
<th>수량</th>
|
<th>수량</th>
|
||||||
<th>단위</th>
|
<th>단위</th>
|
||||||
<th class="text-right">단가</th>
|
<th>단가(원)</th>
|
||||||
<th>금액</th>
|
<th>금액(원)</th>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody v-for="(dtl, index) in props.estimate.dtlSpecs" :key="dtl.dtlSpNo">
|
<tbody v-for="(dtl, index) in props.estimate.dtlSpecs" :key="dtl.dtlSpNo">
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user