duhe
昨天 a3acd09221a24f0b6f8fd73cec4b831539a88564
锦隆:条码主档,源单单号过滤无效问题处理
1个文件已修改
2 ■■■ 已修改文件
src/views/warehouse/barcodeMaster/Gy_BarCodeBillList.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/warehouse/barcodeMaster/Gy_BarCodeBillList.vue
@@ -470,7 +470,7 @@
      if (this.queryParams.HBarCode) {
        this.sWhere += " and 条码编号 like ''%" + this.queryParams.HBarCode + "%''";
      }
      if (this.queryParams.HSupName) {
      if (this.queryParams.HSourceBillNo) {
        this.sWhere += " and 源单单号 like ''%" + this.queryParams.HSourceBillNo + "%''";
      }
      if (this.queryParams.HMaterNumber) {