|
@@ -3,7 +3,7 @@
|
|
|
<div class="center">
|
|
|
<el-row>
|
|
|
<el-col :span="12">
|
|
|
- <h2 class="bg-left titleup">{{ information }}质检信息</h2>
|
|
|
+ <h2 class="bg-left titleup">{{ information }}信息</h2>
|
|
|
</el-col>
|
|
|
<el-col :span="12" class="bg-right">
|
|
|
<el-button class="bg-bottom" type="primary" size="small" @click="cancel"><img width="6" height="10"
|
|
@@ -54,9 +54,9 @@
|
|
|
:disabled="disabled" />
|
|
|
</ws-form-item>
|
|
|
<ws-form-item v-else label="扣杂" span="1" prop="buckleWeightRatio">
|
|
|
- <ws-input type="number" @mousewheel.native.prevent v-model="inspect.buckleMiscellaneous" @input="waterContentChange" placeholder="请输入扣杂" maxlength="100" size="small"
|
|
|
+ <ws-input type="number" style="padding-right:30px" @mousewheel.native.prevent v-model="inspect.buckleMiscellaneous" @input="waterContentChange" placeholder="请输入扣杂" maxlength="100" size="small"
|
|
|
:disabled="disabled" />
|
|
|
- <ws-input v-if='types==4' type="number" @mousewheel.native.prevent v-model="inspect.reBuckleMiscellaneous" placeholder="请输入扣杂" maxlength="100" size="small"
|
|
|
+ <ws-input v-if='types==4' type="number" @mousewheel.native.prevent v-model="inspect.reBuckleMiscellaneous" placeholder="请输入扣杂" maxlength="100" size="small"
|
|
|
/>
|
|
|
<ws-input v-else type="number" @mousewheel.native.prevent v-model="inspect.reBuckleMiscellaneous" placeholder="未复检" maxlength="100" size="small"
|
|
|
disabled />
|
|
@@ -92,7 +92,7 @@
|
|
|
:disabled="disabled" />
|
|
|
</ws-form-item>
|
|
|
<ws-form-item label="水分(%)" span="1" prop="waterContent">
|
|
|
- <ws-input type="number" @mousewheel.native.prevent v-model="inspect.waterContent" placeholder="请输入水分占比" maxlength="100" size="small"
|
|
|
+ <ws-input type="number" @mousewheel.native.prevent style="padding-right:30px" v-model="inspect.waterContent" placeholder="请输入水分占比" maxlength="100" size="small"
|
|
|
@change="waterContentChange('water')" :disabled="disabled" />
|
|
|
<ws-input v-if='types==4' type="number" @mousewheel.native.prevent v-model="inspect.reWaterContent" placeholder="请输入水分占比" maxlength="100" size="small"
|
|
|
/>
|
|
@@ -174,7 +174,7 @@
|
|
|
disabled: false,
|
|
|
disabled1: false,
|
|
|
types: '1',
|
|
|
- information: '添加',
|
|
|
+ information: '添加初检',
|
|
|
goodNameList: [],
|
|
|
gradeList: [],
|
|
|
customerList: [],
|
|
@@ -197,7 +197,7 @@
|
|
|
this.types = this.$route.query.type
|
|
|
if(!this.types){
|
|
|
this.types = 1
|
|
|
- this.information = '添加'
|
|
|
+ this.information = '添加初检'
|
|
|
this.disabled = false
|
|
|
this.inspect = {
|
|
|
tidalGrainPrice: 0,
|
|
@@ -215,19 +215,19 @@
|
|
|
if (this.types == 2) {
|
|
|
this.disabled = true
|
|
|
this.disabled1 = true
|
|
|
- this.information = '查看'
|
|
|
+ this.information = '查看质检'
|
|
|
} else if (this.types == 3) {
|
|
|
this.disabled = false
|
|
|
this.disabled1 = true
|
|
|
- this.information = '编辑'
|
|
|
+ this.information = '编辑初检'
|
|
|
}else if (this.types == 4) {
|
|
|
this.disabled = true
|
|
|
this.disabled1 = true
|
|
|
- this.information = '编辑'
|
|
|
+ this.information = '编辑复检'
|
|
|
}else if (this.types == 5) {
|
|
|
this.disabled = false
|
|
|
this.disabled1 = true
|
|
|
- this.information = '编辑'
|
|
|
+ this.information = '确认质检'
|
|
|
}
|
|
|
else{
|
|
|
this.disabled1 = false
|