|
|
|
@ -169,26 +169,16 @@ |
|
|
|
<el-input v-model="addModelData.batchQualifiedQty" disabled style="width: 100%"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-form-item label="剩余可发行数量"> |
|
|
|
<el-input v-model="addModelData.remainingIssuableQty" disabled style="width: 100%"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-col :span="4"> |
|
|
|
<el-form-item label="超入比例" > |
|
|
|
<el-input v-model="addModelData.exceedInRatio" disabled style="width: 100%"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-col :span="4"> |
|
|
|
<el-form-item label="有效期管理"> |
|
|
|
<el-input v-model="addModelData.expirationFlag" disabled style="width: 100%"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-form-item label="本次发行数量" class="gradient-label"> |
|
|
|
<el-input v-model="addModelData.nowRollQty" disabled style="width: 100%"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-form-item label="生产日期" required> |
|
|
|
<el-date-picker |
|
|
|
@ -220,6 +210,16 @@ |
|
|
|
<el-input v-model="addModelData.tailRollQty" @blur="getNowRollQty()" type="number" style="width: 100%"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-form-item label="本次发行数量" class="gradient-label"> |
|
|
|
<el-input v-model="addModelData.nowRollQty" disabled style="width: 100%"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-form-item label="本次可发行数量"> |
|
|
|
<el-input v-model="addModelData.remainingIssuableQty" disabled style="width: 100%"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
</el-form> |
|
|
|
|
|
|
|
@ -659,6 +659,24 @@ export default { |
|
|
|
status: true, |
|
|
|
fixed: false |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: this.functionId, |
|
|
|
serialNumber: '670Table2BatchNo', |
|
|
|
tableId: "670Table2", |
|
|
|
tableName: "采购物料标签清单", |
|
|
|
columnProp: "batchNo", |
|
|
|
headerAlign: "center", |
|
|
|
align: "center", |
|
|
|
columnLabel: "批次号", |
|
|
|
columnWidth: '120', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 6, |
|
|
|
status: true, |
|
|
|
fixed: false |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: this.functionId, |
|
|
|
@ -677,6 +695,42 @@ export default { |
|
|
|
status: true, |
|
|
|
fixed: false |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: this.functionId, |
|
|
|
serialNumber: '670Table2ExpirationDate', |
|
|
|
tableId: "670Table2", |
|
|
|
tableName: "采购物料标签清单", |
|
|
|
columnProp: "expirationDate", |
|
|
|
headerAlign: "center", |
|
|
|
align: "center", |
|
|
|
columnLabel: "失效日期", |
|
|
|
columnWidth: '120', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 6, |
|
|
|
status: true, |
|
|
|
fixed: false |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: this.functionId, |
|
|
|
serialNumber: '670Table2ExpirationWarningDate', |
|
|
|
tableId: "670Table2", |
|
|
|
tableName: "采购物料标签清单", |
|
|
|
columnProp: "expirationWarningDate", |
|
|
|
headerAlign: "center", |
|
|
|
align: "center", |
|
|
|
columnLabel: "失效预警日期", |
|
|
|
columnWidth: '120', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 6, |
|
|
|
status: true, |
|
|
|
fixed: false |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: this.functionId, |
|
|
|
@ -1022,22 +1076,6 @@ export default { |
|
|
|
color: #c0c4cc; |
|
|
|
} |
|
|
|
|
|
|
|
// 渐变动画:本次发行数量 的表单项标签 |
|
|
|
/deep/ .gradient-label .el-form-item__label { |
|
|
|
background-image: linear-gradient(90deg, #e7f427, #d94cf3 , #0ffd00); |
|
|
|
background-size: 300% 100%; |
|
|
|
-webkit-background-clip: text; |
|
|
|
background-clip: text; |
|
|
|
-webkit-text-fill-color: transparent; |
|
|
|
color: transparent; |
|
|
|
animation: gradient-text-flow 3s ease-in-out infinite; |
|
|
|
} |
|
|
|
|
|
|
|
@keyframes gradient-text-flow { |
|
|
|
0% { background-position: 0% 50%; } |
|
|
|
33% { background-position: 50% 50%; } |
|
|
|
66% { background-position: 100% 50%; } |
|
|
|
100% { background-position: 0% 50%; } |
|
|
|
} |
|
|
|
|
|
|
|
</style> |