|
|
@ -127,6 +127,8 @@ |
|
|
|
v-model="scope.row[item]" |
|
|
|
:disabled="item.charAt(item.length - 1) == '*'" |
|
|
|
size="mini"></el-input> |
|
|
|
<span v-else-if="scope.row[item] == '预测需求' || scope.row[item] == '订单需求' || scope.row[item] == '独立需求'">{{ scope.row[item] }} <div class="add_icon"></div> </span> |
|
|
|
<span v-else-if="scope.row[item] == '在制量' || scope.row[item] == '期初库存' ">{{ scope.row[item] }} <div class="subtract_icon"></div> </span> |
|
|
|
<span v-else>{{ scope.row[item] }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
@ -640,7 +642,7 @@ |
|
|
|
.icon-upload { |
|
|
|
width: 18px; |
|
|
|
height: 18px; |
|
|
|
background: url("../../../../../assets/icon/mps_button_icon.png"); |
|
|
|
background: url("~@/assets/icon/mps_button_icon.png"); |
|
|
|
float: left; |
|
|
|
margin-left: 5px; |
|
|
|
} |
|
|
@ -688,6 +690,20 @@ |
|
|
|
margin-top: 10px; |
|
|
|
width: 100%; |
|
|
|
border: 0; |
|
|
|
.add_icon{ |
|
|
|
margin-top:3px; |
|
|
|
float:right; |
|
|
|
width: 14px; |
|
|
|
height: 14px; |
|
|
|
background: url("~@/assets/icon/add_icon.png"); |
|
|
|
} |
|
|
|
.subtract_icon{ |
|
|
|
margin-top:3px; |
|
|
|
float:right; |
|
|
|
width: 14px; |
|
|
|
height: 14px; |
|
|
|
background: url("~@/assets/icon/subtract_icon.png"); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |