lilei 1 gadu atpakaļ
vecāks
revīzija
9fa9798191

+ 1 - 1
public/version.json

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

+ 1 - 0
src/views/salesManagement/salesQuery/detail.vue

@@ -4,6 +4,7 @@
       <a-page-header :ghost="false" :backIcon="false" class="salesDetail-cont" :style="{ padding: !outBizSn ? '16px 24px' : '0px 24px' }">
         <template slot="subTitle" v-if="!outBizSn">
           <a href="javascript:;" @click="handleBack"><a-icon type="left"></a-icon> 返回列表</a>
+          <a style="margin: 0 15px;color: #666;font-size: 16px;font-weight: 600;">单号:{{ detailData&&detailData.salesBillNo || '--' }}</a>
           <a-button
             v-if="(detailData&&detailData.billStatus !== 'CANCEL' && detailData.billStatus !== 'FINISH' && detailData.billStatus != 'WAIT_OUT_WAREHOUSE')&&$hasPermissions('B_salesEdit')"
             type="primary"

+ 2 - 2
src/views/salesManagement/salesQuery/edit.vue

@@ -5,7 +5,7 @@
         <!-- 自定义的二级文字标题 -->
         <template slot="subTitle">
           <a id="salesEdit-back-btn" href="javascript:;" @click="handleBack"><a-icon type="left" /> 返回列表</a>
-          <a style="margin: 0 15px;color: #666;font-size: 18px;font-weight: 600;">单号:{{ detailData&&detailData.salesBillNo || '--' }}</a>
+          <a style="margin: 0 15px;color: #666;font-size: 16px;font-weight: 600;">单号:{{ detailData&&detailData.salesBillNo || '--' }}</a>
           <span style="margin: 0 10px;color: #666;">客户名称:{{ detailData&&detailData.buyerNameCurrent?detailData.buyerName?detailData.buyerNameCurrent==detailData.buyerName?detailData.buyerNameCurrent:detailData.buyerNameCurrent+'('+detailData.buyerName+')':detailData.buyerNameCurrent:'--' }}</span>
           <a-button
             id="salesEdit-edit-btn"
@@ -13,7 +13,7 @@
             size="small"
             @click="handleEdit"
             style="margin-left:10px"
-            key="0">编辑</a-button>
+            key="0">编辑客户信息</a-button>
         </template>
         <!-- 操作区,位于 title 行的行尾 -->
         <template slot="extra" v-if="$hasPermissions('B_salesPrint')">

+ 3 - 2
src/views/salesManagement/salesQuery/list.vue

@@ -11,8 +11,8 @@
               </a-form-item>
             </a-col>
             <a-col :md="6" :sm="24">
-              <a-form-item label="客户名称" :label-col="{ span:7 }" :wrapper-col="{ span:17}" :required="isByCustQuery">
-                <custList ref="custList" @change="custChange"></custList>
+              <a-form-item label="客户名称" :required="isByCustQuery">
+                <custList ref="custList" style="width: 100%;" @change="custChange"></custList>
               </a-form-item>
             </a-col>
             <a-col :md="6" :sm="24">
@@ -34,6 +34,7 @@
               <a-col :md="6" :sm="24">
                 <a-form-item label="单据来源">
                   <v-select
+                    style="width: 100%;"
                     v-model="queryParam.sourceType"
                     ref="sourceType"
                     id="salesManagementList-sourceType"