Browse Source

完善销售单

zhanglei
yunuo970428 2 months ago
parent
commit
e229258a22
  1. 1
      yxt-as-ui/src/views/operation/salesticket/salesticketAdd.vue
  2. 1
      yxt-as-ui/src/views/operation/salesticket/salesticketInfo.vue

1
yxt-as-ui/src/views/operation/salesticket/salesticketAdd.vue

@ -137,6 +137,7 @@
</el-popover>
</template>
</el-table-column>
<el-table-column prop="goodsID" label="商品ID" width="150" align="center" />
<el-table-column prop="goodsSkuCode" label="图号" align="center" width="100" />
<el-table-column prop="goodsSkuOwnSpec" label="规格" align="center" width="100" />
<el-table-column prop="unit" label="单位" align="center" width="100" />

1
yxt-as-ui/src/views/operation/salesticket/salesticketInfo.vue

@ -80,6 +80,7 @@
<div class="title">商品列表</div>
<el-table :key="commodityKey" :data="formobj.goodsVos" :index="index" border style="width: 100%">
<el-table-column fixed width="60" label="序号" type="index" :index="index + 1" align="center" />
<el-table-column prop="goodsID" label="商品ID" width="150" align="center" />
<el-table-column prop="goodsSpuName" label="商品名称" width="200" align="center" />
<el-table-column prop="goodsSkuCode" label="图号" width="100" align="center" />
<el-table-column prop="goodsSkuOwnSpec" label="规格" width="100" align="center" />

Loading…
Cancel
Save