Browse Source

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

master
yunuo970428 2 months ago
parent
commit
3b5f6a7b6d
  1. 2
      yxt-as-ui/src/views/storage/deliveryNotice/index.vue
  2. 24
      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 === '已收货(部分终止)') { if (this.selectionList[0].billState === '已收货(部分终止)') {
this.$message({ this.$message({
type: 'warning', type: 'warning',
message: '此记录已终止,不可收货。', message: '此记录已终止,不可收货。',
showClose: true showClose: true
}) })
return return

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

@ -369,37 +369,29 @@ export default {
} }
</script> </script>
<style scoped> <style scoped>
/deep/ .el-form-item__error {
margin-left: 120px !important;
}
.must { .must {
color: #f00; color: #f00;
} }
.span-sty { .span-sty {
width: 130px !important; width: 150px !important;
} }
.addinputInfo { .addinputInfo {
margin-left: 120px !important; margin-left: 140px !important;
} }
.formaddcopy02 .el-row .el-col /deep/ .el-form-item .addinputw { .formaddcopy02 .el-row .el-col /deep/ .el-form-item .addinputw {
margin-left: 120px !important; margin-left: 140px !important;
width: calc(100% - 115px); width: calc(100% - 135px);
} }
.first_row { /deep/ .el-form-item__error {
border-top: 1px solid #E0E3EB; margin-left: 140px !important;
} }
.titleOne { .first_row {
padding: 7px; border-top: 1px solid #E0E3EB;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
} }
.formaddcopy02 .el-row .el-col /deep/ .el-form-item .el-radio-group { .formaddcopy02 .el-row .el-col /deep/ .el-form-item .el-radio-group {

Loading…
Cancel
Save