|
@@ -65,10 +65,10 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :xs="24" :sm="12" :lg="6">
|
|
|
- <el-form-item label="产品编码" prop="chNum">
|
|
|
+ <el-form-item label="物料编码" prop="chNum">
|
|
|
<el-input
|
|
|
v-model="screenForm.chNum"
|
|
|
- placeholder="请输入产品编码"
|
|
|
+ placeholder="请输入物料编码"
|
|
|
></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
@@ -365,7 +365,7 @@
|
|
|
<el-button type="text" @click="toDetail(scope.row)"
|
|
|
>详情</el-button
|
|
|
>
|
|
|
- <el-button type="text" v-if="scope.row.type==2 && scope.row.examineStatus!=OK"
|
|
|
+ <el-button type="text" v-if="scope.row.type ===2 && scope.row.examineStatus!=='OK'"
|
|
|
@click="toDetail(scope.row),edit = true"
|
|
|
>编辑</el-button
|
|
|
>
|
|
@@ -508,6 +508,7 @@ cid:'',
|
|
|
isShowReturnForm: false,
|
|
|
value1: "",
|
|
|
qty:'',
|
|
|
+ edit:false,
|
|
|
choiceDate: "",
|
|
|
multipleSelection: [],
|
|
|
isShowExamineDialog: false,
|