lilei 8 månader sedan
förälder
incheckning
4cc5d6f998

+ 1 - 1
public/version.json

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

+ 1 - 1
src/api/sales.js

@@ -179,7 +179,7 @@ export const supperCodeByVin = (params) => {
 // 销售 详情  打印
 export const salesDetailPrint = params => {
   const data = {
-    url: `/sales/print/${params.sn}/${params.type}/${params.printOrgCode}/${params.printAllName}/${params.remarksShowFlag}/${params.priceFlag}/${params.printNo}`,
+    url: `/sales/print/${params.sn}/${params.type}/${params.printOrgCode}/${params.printAllName}/${params.remarksShowFlag}/${params.priceFlag}`,
     method: 'get',
     headers:{
       'module': encodeURIComponent(params.type=='INK' ? '喷墨打印':'针式打印')

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

@@ -28,15 +28,10 @@
             </a-col>
             <a-col :md="6" :sm="24">
               <a-form-item label="审核时间">
-                <rangeDate ref="auditRangeDate" v-model="auditTime" @change="auditDateChange" />
+                <rangeDate id="salesManagementList-auditTime" ref="auditRangeDate" v-model="auditTime" @change="auditDateChange" />
               </a-form-item>
             </a-col>
             <template v-if="advanced">
-              <a-col :md="6" :sm="24">
-                <a-form-item label="审核时间">
-                  <rangeDate id="salesManagementList-auditTime" ref="auditRangeDate" v-model="auditTime" @change="auditDateChange" />
-                </a-form-item>
-              </a-col>
               <a-col :md="6" :sm="24">
                 <a-form-item label="出库时间">
                   <rangeDate id="salesManagementList-outWareTime" ref="outWareRangeDate" v-model="outWareTime" @change="outWareDateChange" />
@@ -168,7 +163,7 @@
       <s-table
         class="sTable fixPagination"
         ref="table"
-        :style="{ height: tableHeight+77+'px' }"
+        :style="{ height: tableHeight+65+'px' }"
         size="small"
         :rowKey="(record) => record.id"
         :columns="columns"
@@ -603,7 +598,7 @@ export default {
     // 表格高度
     setTableH () {
       const tableSearchH = this.$refs.tableSearch.offsetHeight
-      this.tableHeight = window.innerHeight - tableSearchH - 265
+      this.tableHeight = window.innerHeight - tableSearchH - 255
     },
     // 页面初始
     pageInit () {

+ 1 - 1
src/views/salesManagement/salesQueryNew/detail.vue

@@ -23,7 +23,7 @@
                 <a-checkbox v-model="printPrice" :checked="printPrice" id="salesQuery-printPrice">打印售价</a-checkbox>
                 <br>
                 <a-checkbox v-model="printRemarks" :checked="printRemarks" id="salesQuery-printRemarks">打印备注</a-checkbox>
-                <a-checkbox v-model="printNo" :checked="printNo" id="salesQuery-printNo">打印销售单号</a-checkbox>
+                <!-- <a-checkbox v-model="printNo" :checked="printNo" id="salesQuery-printNo">打印销售单号</a-checkbox> -->
               </div>
             </PrintPanel>
           </div>

+ 2 - 2
src/views/salesManagement/salesQueryNew/list.vue

@@ -165,7 +165,7 @@
         <s-table
           class="sTable fixPagination"
           ref="table"
-          :style="{ height: tableHeight+84+'px' }"
+          :style="{ height: tableHeight+64+'px' }"
           size="small"
           :rowKey="(record) => record.id"
           :columns="columns"
@@ -603,7 +603,7 @@ export default {
     // 表格高度
     setTableH () {
       const tableSearchH = this.$refs.tableSearch.offsetHeight
-      this.tableHeight = window.innerHeight - tableSearchH - 267
+      this.tableHeight = window.innerHeight - tableSearchH - 247
     },
     // 初始化页面
     pageInit () {