Browse Source

基础信息修改、增加冲销状态

epans 2 years ago
parent
commit
bedaeb5841

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


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


+ 6 - 3
src/views/custom/basic/index.vue

@@ -491,10 +491,13 @@
         </el-tab-pane>
         <el-tab-pane v-if="isDisplayPasture" label="牧场信息" name="second">
           <div class="pasture-title">
-            <b>备件类别:<span>五金/工具/电动工具</span></b>
-            <b>备件编号:<span>02.07.20.01.000001</span></b>
-            <b>备件编名称:<span>接触器</span></b>
+            <b>备件类别:<span>{{ seeTemp.eqClassName1 }}/{{ seeTemp.eqClassName3 }}/{{ seeTemp.eqClassName3 }}</span></b>
+            <b>备件编号:<span> {{seeTemp.partCode}}</span></b>
+            <b>备件编名称:<span>{{seeTemp.partName}}</span></b>
           </div>
+ 
+
+
           <el-table
             :key="tableKey"
             v-loading="listLoadingSee"

+ 7 - 0
src/views/custom/outStock/index.vue

@@ -116,6 +116,13 @@
             
               </template>
             </el-table-column>
+            <el-table-column   prop="sterilisation" label="冲销状态" min-width="80px" align="center">
+              <template slot-scope="scope">
+                <span v-if="scope.row.sterilisation == 1">已冲销</span>
+                <span v-else>未冲销</span>
+              </template>
+            </el-table-column>
+            
           <el-table-column label="操作" align="center" width="250" class-name="small-padding fixed-width" fixed="right">
             <template slot-scope="{row}">
               <el-button v-if="isOutStockSee" type="primary" size="mini" @click="form_see(row)">查看</el-button>

+ 6 - 0
src/views/custom/storage/index.vue

@@ -101,6 +101,12 @@
             
               </template>
             </el-table-column>
+            <el-table-column   prop="sterilisation" label="冲销状态" min-width="80px" align="center">
+              <template slot-scope="scope">
+                <span v-if="scope.row.sterilisation == 1">已冲销</span>
+                <span v-else>未冲销</span>
+              </template>
+            </el-table-column>
           <el-table-column label="操作" align="center" width="200" class-name="small-padding fixed-width" fixed="right">
             <template slot-scope="{row}">
               <el-button v-if="isStorageSee" type="primary" size="mini" @click="form_see(row)">查看</el-button>

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