|
@@ -85,7 +85,7 @@
|
|
|
<a-input placeholder="请输入" v-model="queryParam.projectCode"></a-input>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
- <a-col :md="4" :sm="24">
|
|
|
+ <!-- <a-col :md="4" :sm="24">
|
|
|
<a-form-item label="来源标识">
|
|
|
<a-input placeholder="请输入" v-model="queryParam.sourceInfo"></a-input>
|
|
|
</a-form-item>
|
|
@@ -99,7 +99,7 @@
|
|
|
<a-form-item label="制单时间">
|
|
|
<a-input placeholder="请输入" v-model="queryParam.createTime"></a-input>
|
|
|
</a-form-item>
|
|
|
- </a-col>
|
|
|
+ </a-col> -->
|
|
|
</template>
|
|
|
<a-col :md="4" :sm="24">
|
|
|
<span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
|
|
@@ -395,6 +395,8 @@
|
|
|
this.$message.warning('请选择数据!')
|
|
|
}else if(this.selectedRowKeys.length>1){
|
|
|
this.$message.warning('请选择一条数据!')
|
|
|
+ }else if(this.selectedRows[0].state=='审核'){
|
|
|
+ this.$message.warning('此状态数据不可修改!')
|
|
|
}else{
|
|
|
this.$refs.productionTotalOrderAdd.visible=true
|
|
|
this.$refs.productionTotalOrderAdd.defaultMethod='edit'
|