浏览代码

Merge branch 'dev' of http://git.zthymaoyi.com/gdc/yiliangyiyun-pc into dev

achao 3 年之前
父节点
当前提交
f313815875
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/contractManagement/storageContract.vue

+ 2 - 1
src/views/contractManagement/storageContract.vue

@@ -204,7 +204,7 @@
         searchType: 1,
         searchTypeText: '未完成',
         searchKeyWord: '',
-        contractType: 4,
+        contractType: 1,
         goodsType: 1,
         startDate: null,
         endDate: null,
@@ -362,6 +362,7 @@
             pageSize: this.pageSize,
             searchType: this.searchType,
             searchKeyWord: this.searchKeyWord,
+            agreementType:'代储合同',
             startDate: this.startDate,
             endDate: this.endDate,
             contrPage: this.contrPage,