lilei 2 年之前
父节点
当前提交
cc0f44f1ad
共有 2 个文件被更改,包括 4 次插入3 次删除
  1. 1 1
      public/version.json
  2. 3 2
      src/views/purchasingManagement/purchaseOrderNew/edit.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1676354638676
+  "version": 1676614812681
 }

+ 3 - 2
src/views/purchasingManagement/purchaseOrderNew/edit.vue

@@ -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 {