guoyujia 9 hónapja
szülő
commit
4d42af7b0f

+ 1 - 1
src/views/business/lot/index.vue

@@ -115,7 +115,7 @@
               <el-tag v-if="scope.row.isWaste == 1" class="spacing" type="danger">{{ "批废" }}</el-tag>
               <el-tag v-if="scope.row.isAmend == 1" class="spacing" type="danger">{{ "工艺修改" }}</el-tag>
               <el-tag v-if="scope.row.isWasteRecycling == 1" class="spacing" type="primary">{{ "废品回用" }}</el-tag>
-              <el-tag v-if="scope.row.isSuperaddition == 1" class="spacing" type="info">{{ "追增" }}</el-tag>
+              <el-tag v-if="scope.row.isSuperaddition == 1" class="spacing" type="warning">{{ "追增" }}</el-tag>
             </template>
           </el-table-column>
           <el-table-column label="母批号" prop="fromCode" align="center">

+ 5 - 0
src/views/business/returnTurnover/index.vue

@@ -77,6 +77,8 @@
 							<el-tag v-if="scope.row.isWasteRecycling == 1" class="spacing" type="danger">{{ "废品回用" }}</el-tag>
 							<el-tag v-if="scope.row.isWasteRecycling == 0 && scope.row.isAmend == 0" class="spacing">{{
 			"正常批次" }}</el-tag>
+							<el-tag v-if="scope.row.isSuperaddition == 1" class="warning">{{
+							"追增" }}</el-tag>
 						</template>
 					</el-table-column>
 					<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="64">
@@ -137,6 +139,9 @@ const is_identification = ref([{
 	value: '2',
 	label: '工艺修改'
 }, {
+	value: '4',
+	label: '追增'
+} ,{
 	value: '3',
 	label: '正常批次'
 }])