lilei 1 day ago
parent
commit
9de6b3532f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      public/version.json
  2. 1 1
      src/views/salesManagement/salesReturn/queryPart.vue

+ 1 - 1
public/version.json

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

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

@@ -266,7 +266,7 @@ export default {
           { 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: 'auditDate', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
-          { title: '急件', dataIndex: 'oosFlagDictValue', width: '5%', align: 'center', customRender: function (text) { return text == '1' ? text : '' } },
+          { title: '急件', dataIndex: 'oosFlagDictValue', width: '5%', align: 'center', customRender: function (text) { return text == '' ? text : '' } },
           { 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: 'wholesalePrice', align: 'right', width: '5%', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },