lilei 2 days ago
parent
commit
f2e4f4a1cd
2 changed files with 5 additions and 2 deletions
  1. 1 1
      public/version.json
  2. 4 1
      src/views/salesManagement/salesReturn/queryPart.vue

+ 1 - 1
public/version.json

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

+ 4 - 1
src/views/salesManagement/salesReturn/queryPart.vue

@@ -164,7 +164,8 @@ export default {
         endDate: '', // 结束时间
         endDate: '', // 结束时间
         salesBillNo: '', //  销售单号
         salesBillNo: '', //  销售单号
         productName: '', // 产品名称
         productName: '', // 产品名称
-        productCode: '' //  产品编码
+        productCode: '', //  产品编码
+        oosFlag: undefined // 是否急件
       },
       },
       buyerSn: '', // 客户sn
       buyerSn: '', // 客户sn
       priceType: '', // 价格类型
       priceType: '', // 价格类型
@@ -265,6 +266,7 @@ export default {
           { title: '原厂编码', dataIndex: 'dealerProductEntity.origCode', width: '12%', align: 'center', customRender: function (text) { return text || '--' } },
           { title: '原厂编码', dataIndex: 'dealerProductEntity.origCode', width: '12%', align: 'center', customRender: function (text) { return text || '--' } },
           { title: '销售单号', dataIndex: 'salesBillNo', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
           { title: '销售单号', dataIndex: 'salesBillNo', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
           { title: '销售审核时间', dataIndex: 'auditDate', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
           { title: '销售审核时间', dataIndex: 'auditDate', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
+          { title: '急件', dataIndex: 'oosFlagDictValue', width: '5%', align: 'center', customRender: function (text) { return text || '--' } },
           { title: '原售价', dataIndex: 'price', align: 'right', width: '7%', scopedSlots: { customRender: 'price' } },
           { title: '原售价', dataIndex: 'price', align: 'right', width: '7%', scopedSlots: { customRender: 'price' } },
           { title: '折后售价', dataIndex: 'discountedPrice', align: 'right', width: '7%', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
           { title: '折后售价', dataIndex: 'discountedPrice', align: 'right', width: '7%', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
           // { title: '批发价', dataIndex: 'wholesalePrice', align: 'right', width: '5%', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
           // { title: '批发价', dataIndex: 'wholesalePrice', align: 'right', width: '5%', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
@@ -357,6 +359,7 @@ export default {
       this.queryParam.salesBillNo = ''
       this.queryParam.salesBillNo = ''
       this.queryParam.productName = ''
       this.queryParam.productName = ''
       this.queryParam.productCode = ''
       this.queryParam.productCode = ''
+      this.queryParam.oosFlag = undefined
       this.$refs.table.refresh(true)
       this.$refs.table.refresh(true)
     },
     },
     // 初始化,客户sn、价格类型
     // 初始化,客户sn、价格类型