huang_an 2 лет назад
Родитель
Сommit
3f20092a97

+ 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>