|
@@ -18,7 +18,7 @@
|
|
|
<!-- 产品列表 -->
|
|
|
<div ref="tableSearch" class="choosedList-cont">
|
|
|
<!-- 基础信息 -->
|
|
|
- <div style="padding:10px;" v-if="isShowBisiceInfo">
|
|
|
+ <div style="padding:10px 10px 0 10px;border-bottom:8px solid #f3f3f3;" v-if="isShowBisiceInfo">
|
|
|
<a-descriptions title="基础信息" size="small">
|
|
|
<a-descriptions-item label="供应商">
|
|
|
{{ detail&&detail.purchaseTargetName || '--' }}
|
|
@@ -41,6 +41,7 @@
|
|
|
</a-descriptions-item>
|
|
|
</a-descriptions>
|
|
|
</div>
|
|
|
+
|
|
|
<!-- 添加产品 -->
|
|
|
<chooseProductModal
|
|
|
ref="chooseProduct"
|
|
@@ -359,7 +360,7 @@ export default {
|
|
|
if (res.status == 200) {
|
|
|
this.getOrderDetail(false, true, true)
|
|
|
this.$message.success(res.message)
|
|
|
- if(type == 0){
|
|
|
+ if (type == 0) {
|
|
|
row.qtyBackups = row.qty
|
|
|
}
|
|
|
} else {
|