|
@@ -8,7 +8,7 @@
|
|
|
<a-row :gutter="24">
|
|
|
<a-col :md="4" :sm="24">
|
|
|
<a-form-item label="生产组织">
|
|
|
- <a-input placeholder="请输入" v-model="queryParam.productionOrg" ></a-input>
|
|
|
+ <a-input placeholder="请输入" v-model="queryParam.orgName" ></a-input>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<a-col :md="4" :sm="24">
|
|
@@ -44,7 +44,7 @@
|
|
|
</a-col>
|
|
|
<a-col :md="4" :sm="24">
|
|
|
<a-form-item label="项目">
|
|
|
- <a-input placeholder="请输入" v-model="queryParam.project"></a-input>
|
|
|
+ <a-input placeholder="请输入" v-model="queryParam.projectName"></a-input>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<a-col :md="4" :sm="24">
|
|
@@ -75,11 +75,6 @@
|
|
|
<a-input placeholder="请输入" v-model="queryParam.reviewer"></a-input>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
- <a-col :md="4" :sm="24">
|
|
|
- <a-form-item label="工单号">
|
|
|
- <a-input placeholder="请输入" v-model="queryParam.workNo"></a-input>
|
|
|
- </a-form-item>
|
|
|
- </a-col>
|
|
|
<a-col :md="4" :sm="24">
|
|
|
<a-form-item label="项目编码">
|
|
|
<a-input placeholder="请输入" v-model="queryParam.projectCode"></a-input>
|
|
@@ -397,7 +392,7 @@
|
|
|
this.$message.warning('请选择数据!')
|
|
|
}else if(this.selectedRowKeys.length>1){
|
|
|
this.$message.warning('请选择一条数据!')
|
|
|
- }else if(this.selectedRows[0].state=='审核'){
|
|
|
+ }else if(this.selectedRows[0].state!=='开立'){
|
|
|
this.$message.warning('此状态数据不可修改!')
|
|
|
}else{
|
|
|
this.$refs.productionTotalOrderAdd.visible=true
|