|
@@ -5,7 +5,7 @@
|
|
|
<tbody>
|
|
<tbody>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td></td>
|
|
<td></td>
|
|
|
- <td v-for="(item,index) in checkedItems" :key="index">
|
|
|
|
|
|
|
+ <td v-for="(item, index) in checkedItems" :key="index">
|
|
|
{{ item.goodsno }}
|
|
{{ item.goodsno }}
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
@@ -14,43 +14,43 @@
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>重量</td>
|
|
<td>重量</td>
|
|
|
- <td v-for="(item,index) in checkedItems" :key="index">
|
|
|
|
|
|
|
+ <td v-for="(item, index) in checkedItems" :key="index">
|
|
|
{{ item.remainqty }}
|
|
{{ item.remainqty }}
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>价格</td>
|
|
<td>价格</td>
|
|
|
- <td v-for="(item,index) in checkedItems" :key="index">
|
|
|
|
|
|
|
+ <td v-for="(item, index) in checkedItems" :key="index">
|
|
|
{{ item.zscurrencytypedisplayunit + item.price }}
|
|
{{ item.zscurrencytypedisplayunit + item.price }}
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>克拉单价</td>
|
|
<td>克拉单价</td>
|
|
|
- <td v-for="(item,index) in checkedItems" :key="index">
|
|
|
|
|
|
|
+ <td v-for="(item, index) in checkedItems" :key="index">
|
|
|
{{ item.zscurrencytypedisplayunit + item.fixedprice }}
|
|
{{ item.zscurrencytypedisplayunit + item.fixedprice }}
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>市场价</td>
|
|
<td>市场价</td>
|
|
|
- <td v-for="(item,index) in checkedItems" :key="index">
|
|
|
|
|
|
|
+ <td v-for="(item, index) in checkedItems" :key="index">
|
|
|
{{ item.zscurrencytypedisplayunit + item.marketprice }}
|
|
{{ item.zscurrencytypedisplayunit + item.marketprice }}
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>仓库</td>
|
|
<td>仓库</td>
|
|
|
- <td v-for="(item,index) in checkedItems" :key="index">
|
|
|
|
|
|
|
+ <td v-for="(item, index) in checkedItems" :key="index">
|
|
|
{{ item.warehousenamedisplay }}
|
|
{{ item.warehousenamedisplay }}
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>卖家</td>
|
|
<td>卖家</td>
|
|
|
- <td v-for="(item,index) in checkedItems" :key="index">
|
|
|
|
|
|
|
+ <td v-for="(item, index) in checkedItems" :key="index">
|
|
|
{{ item.sellusername }}
|
|
{{ item.sellusername }}
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>款式</td>
|
|
<td>款式</td>
|
|
|
- <td v-for="(item,index) in checkedItems" :key="index">
|
|
|
|
|
|
|
+ <td v-for="(item, index) in checkedItems" :key="index">
|
|
|
{{ item.zsstyletypedisplay }}
|
|
{{ item.zsstyletypedisplay }}
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
@@ -59,80 +59,78 @@
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>形状</td>
|
|
<td>形状</td>
|
|
|
- <td v-for="(item,index) in checkedItems" :key="index">
|
|
|
|
|
- {{ item.zsshapetypedisplay }}
|
|
|
|
|
|
|
+ <td v-for="(item, index) in checkedItems" :key="index">
|
|
|
|
|
+ {{ handleNoneValue(item.zsshapetypedisplay) }}
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>颜色</td>
|
|
<td>颜色</td>
|
|
|
- <td v-for="(item,index) in checkedItems" :key="index">
|
|
|
|
|
- {{ item.zscolortype1display }}
|
|
|
|
|
|
|
+ <td v-for="(item, index) in checkedItems" :key="index">
|
|
|
|
|
+ {{ handleNoneValue(item.zscolortype1display) }}
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>净度</td>
|
|
<td>净度</td>
|
|
|
- <td v-for="(item,index) in checkedItems" :key="index">
|
|
|
|
|
- {{ item.zsclaritytype1display }}
|
|
|
|
|
|
|
+ <td v-for="(item, index) in checkedItems" :key="index">
|
|
|
|
|
+ {{ handleNoneValue(item.zsclaritytype1display) }}
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>切工</td>
|
|
<td>切工</td>
|
|
|
- <td v-for="(item,index) in checkedItems" :key="index">
|
|
|
|
|
- {{ item.zscuttype1display }}
|
|
|
|
|
|
|
+ <td v-for="(item, index) in checkedItems" :key="index">
|
|
|
|
|
+ {{ handleNoneValue(item.zscuttype1display) }}
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>对称度</td>
|
|
<td>对称度</td>
|
|
|
- <td v-for="(item,index) in checkedItems" :key="index">
|
|
|
|
|
- {{ item.zssymmetrytype1display }}
|
|
|
|
|
|
|
+ <td v-for="(item, index) in checkedItems" :key="index">
|
|
|
|
|
+ {{ handleNoneValue(item.zssymmetrytype1display) }}
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>抛光度</td>
|
|
<td>抛光度</td>
|
|
|
- <td v-for="(item,index) in checkedItems" :key="index">
|
|
|
|
|
- {{ item.zspolishtype1display }}
|
|
|
|
|
|
|
+ <td v-for="(item, index) in checkedItems" :key="index">
|
|
|
|
|
+ {{ handleNoneValue(item.zspolishtype1display) }}
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>荧光</td>
|
|
<td>荧光</td>
|
|
|
- <td v-for="(item,index) in checkedItems" :key="index">
|
|
|
|
|
- {{ item.zsfluorescencetype1display }}
|
|
|
|
|
|
|
+ <td v-for="(item, index) in checkedItems" :key="index">
|
|
|
|
|
+ {{ handleNoneValue(item.zsfluorescencetype1display) }}
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>尺寸</td>
|
|
<td>尺寸</td>
|
|
|
- <td v-for="(item,index) in checkedItems" :key="index">
|
|
|
|
|
- {{ item.sizedisplay }}
|
|
|
|
|
|
|
+ <td v-for="(item, index) in checkedItems" :key="index">
|
|
|
|
|
+ {{ handleNoneValue(item.sizedisplay) }}
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>证书类型</td>
|
|
<td>证书类型</td>
|
|
|
- <td v-for="(item,index) in checkedItems" :key="index">
|
|
|
|
|
- {{ item.zscerttypedisplay }}
|
|
|
|
|
|
|
+ <td v-for="(item, index) in checkedItems" :key="index">
|
|
|
|
|
+ {{ handleNoneValue(item.zscerttypedisplay) }}
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>配石描述</td>
|
|
<td>配石描述</td>
|
|
|
- <td v-for="(item,index) in checkedItems" :key="index">
|
|
|
|
|
- {{ item.stonedesc }}
|
|
|
|
|
|
|
+ <td v-for="(item, index) in checkedItems" :key="index">
|
|
|
|
|
+ {{ handleNoneValue(item.stonedesc) }}
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>镶嵌材料</td>
|
|
<td>镶嵌材料</td>
|
|
|
- <td v-for="(item,index) in checkedItems" :key="index">
|
|
|
|
|
- {{ item.settingmaterial }}
|
|
|
|
|
|
|
+ <td v-for="(item, index) in checkedItems" :key="index">
|
|
|
|
|
+ {{ handleNoneValue(item.settingmaterial) }}
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
</tbody>
|
|
</tbody>
|
|
|
</table>
|
|
</table>
|
|
|
- <template #footer>
|
|
|
|
|
- <el-button @click="onCancel" plain>关闭</el-button>
|
|
|
|
|
- </template>
|
|
|
|
|
</app-drawer>
|
|
</app-drawer>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script lang="ts" setup>
|
|
<script lang="ts" setup>
|
|
|
import { shallowRef, PropType } from 'vue'
|
|
import { shallowRef, PropType } from 'vue'
|
|
|
|
|
+import { handleNoneValue } from '@/filters'
|
|
|
import AppDrawer from '@pc/components/base/drawer/index.vue'
|
|
import AppDrawer from '@pc/components/base/drawer/index.vue'
|
|
|
|
|
|
|
|
defineProps({
|
|
defineProps({
|