|
|
@@ -490,7 +490,7 @@ export default {
|
|
|
{
|
|
|
label: "自有数",
|
|
|
prop: "sendNumHave",
|
|
|
- overHidden: true,
|
|
|
+ overHidden: true
|
|
|
},
|
|
|
{
|
|
|
label: "代采数",
|
|
|
@@ -931,12 +931,13 @@ export default {
|
|
|
},
|
|
|
//编辑
|
|
|
confirmEditing() {
|
|
|
- this.editButton = false;
|
|
|
if (this.form.statusName == "待出库" || this.form.statusName == "撤销出库") {
|
|
|
+ this.editButton = false;
|
|
|
this.editDisabled = false;
|
|
|
this.optionForm.disabled = false;
|
|
|
}
|
|
|
if (this.form.statusName == "已出库") {
|
|
|
+ this.editButton = true;
|
|
|
this.editDisabled = true;
|
|
|
this.optionForm.disabled = true;
|
|
|
}
|