Browse Source

领用部门强制更新

Epans 2 years ago
parent
commit
7dbe7eaa53

BIN
dist-现代牧业-测试地址-20221129-1.zip


File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 6 - 2
src/views/custom/outStock/index.vue

@@ -286,7 +286,7 @@
       </el-tab-pane>
     </el-tabs>
     <!-- 弹出层新增or修改 -->
-    <el-dialog :title="textMap[dialogStatus]" :visible.sync="dialogFormVisible" :close-on-click-modal="false" width="90%">
+    <el-dialog :title="textMap[dialogStatus]" :visible.sync="dialogFormVisible" v-if ="dialogFormVisible" :close-on-click-modal="false" width="90%">
       <div class="app-add">
         <el-form
           ref="createTemp"
@@ -1860,7 +1860,11 @@ export default {
       console.log('领用单号模糊查询选中值', item)
       this.getParmCreateAdd.parammaps.id = item.id
       this.getParmCreateAdd.parammaps.pastureId = Cookies.get('pastureid')
-      this.createTemp.departmentId = item.departmentId
+
+
+      // this.createTemp.departmentId = item.departmentId
+      this.$set(this.createTemp, "departmentId", item.departmentId)
+      
       this.createTemp.bid = item.id
       this.createTemp.applicatId = item.empId
       this.orderPart.applyCode = item.applyCode

Some files were not shown because too many files changed in this diff