|
@@ -380,7 +380,7 @@
|
|
|
<a-button type="primary" @click="daYin" style="margin-right:6px" :disabled ="PrintButton">
|
|
|
打印
|
|
|
</a-button>
|
|
|
- <a-button type="primary" @click="save" :loading="loadingBtn">
|
|
|
+ <a-button type="primary" @click="save" :loading="loadingBtn" :disabled="!(fabricLoss.status==''||fabricLoss.status=='保存')">
|
|
|
保存
|
|
|
</a-button>
|
|
|
</a-col>
|
|
@@ -1444,7 +1444,7 @@ export default {
|
|
|
|
|
|
if (ccode != undefined && ccode != ""){
|
|
|
this.planNO = ccode;
|
|
|
- this.showSelect=1;
|
|
|
+ // this.showSelect=1;
|
|
|
this.isView = true;
|
|
|
this.onSearch(this.planNO,'0');
|
|
|
}
|