|
@@ -3256,7 +3256,7 @@ export default {
|
|
|
message: "请维护货权方",
|
|
|
type: "warning",
|
|
|
});
|
|
|
- }else if(this.form.fGoodsid == undefined) {
|
|
|
+ }else if(this.form.fProductName == undefined) {
|
|
|
this.$message({
|
|
|
message: "请维护入库明细品名",
|
|
|
type: "warning",
|
|
@@ -3276,7 +3276,7 @@ export default {
|
|
|
message: "请维护货权方",
|
|
|
type: "warning",
|
|
|
});
|
|
|
- }else if(this.form.fGoodsid == undefined) {
|
|
|
+ }else if(this.form.fProductName == undefined) {
|
|
|
this.$message({
|
|
|
message: "请维护入库明细品名",
|
|
|
type: "warning",
|
|
@@ -3890,6 +3890,7 @@ export default {
|
|
|
this.relevantAttachments = [];
|
|
|
this.mum = 0;
|
|
|
this.title = "入库单";
|
|
|
+ this.contrOl = false
|
|
|
this.formBrowseStatus = false;
|
|
|
},
|
|
|
/** 修改按钮操作 */
|