huang_an 2 년 전
부모
커밋
3f20092a97
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 0
      src/views/warehouseManagement/outgoingManagement/add.vue
  2. 2 2
      src/views/warehouseManagement/stockManagement/details.vue

+ 2 - 0
src/views/warehouseManagement/outgoingManagement/add.vue

@@ -624,6 +624,8 @@
       onClear() {
         this.formData.sourceBizNo = '';
         this.warehousingMaterialList = [];
+        this.$refs.trees.valueTitle = '';
+        this.title = '';
         this.$forceUpdate();
       },
       eomSuccess(row) {

+ 2 - 2
src/views/warehouseManagement/stockManagement/details.vue

@@ -392,9 +392,9 @@
               </el-table-column>
             </el-table-column>
             <el-table-column label="日期" prop="createTime" width="200">
-              <!-- <template slot="header" slot-scope="scope">
+              <template slot="header" slot-scope="scope">
                 {{ dateType == 1 ? '采购日期' : '生产日期' }}
-              </template> -->
+              </template>
               <template slot-scope="{ row }">
                 {{ row.createTime }}
               </template>