Browse Source

完善收货单管理、预期到货通知单

master
yunuo970428 2 weeks ago
parent
commit
3b5f6a7b6d
  1. 2
      yxt-as-ui/src/views/storage/deliveryNotice/index.vue
  2. 26
      yxt-as-ui/src/views/storage/receivingGoods/receivingGoodsAdd.vue

2
yxt-as-ui/src/views/storage/deliveryNotice/index.vue

@ -399,7 +399,7 @@ export default {
if (this.selectionList[0].billState === '已收货(部分终止)') {
this.$message({
type: 'warning',
message: '此记录已终止,不可收货。',
message: '此记录已终止,不可收货。',
showClose: true
})
return

26
yxt-as-ui/src/views/storage/receivingGoods/receivingGoodsAdd.vue

@ -56,7 +56,7 @@
<el-form-item><span class="addinputInfo">{{ formobj.billState }}</span></el-form-item>
</el-col>
<el-col :span="8">
<div class="span-sty"><span class="must">*</span> 收货人是否与上架人一致</div>
<div class="span-sty"><span class="must">*</span>收货人是否与上架人一致</div>
<el-form-item prop="isUpShelf">
<el-radio-group v-model="formobj.isUpShelf" size="small" class="addinputInfo">
<el-radio :label="1"></el-radio>
@ -369,37 +369,29 @@ export default {
}
</script>
<style scoped>
/deep/ .el-form-item__error {
margin-left: 120px !important;
}
.must {
color: #f00;
}
.span-sty {
width: 130px !important;
width: 150px !important;
}
.addinputInfo {
margin-left: 120px !important;
margin-left: 140px !important;
}
.formaddcopy02 .el-row .el-col /deep/ .el-form-item .addinputw {
margin-left: 120px !important;
width: calc(100% - 115px);
margin-left: 140px !important;
width: calc(100% - 135px);
}
.first_row {
border-top: 1px solid #E0E3EB;
/deep/ .el-form-item__error {
margin-left: 140px !important;
}
.titleOne {
padding: 7px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
.first_row {
border-top: 1px solid #E0E3EB;
}
.formaddcopy02 .el-row .el-col /deep/ .el-form-item .el-radio-group {

Loading…
Cancel
Save