|
@@ -73,9 +73,15 @@
|
|
|
<ws-form-item label="净重单价(元/公斤)" span="1" prop="tidalGrainPrice" v-if="inspect.type == '潮粮'">
|
|
|
<ws-input type="number" @mousewheel.native.prevent v-model="inspect.tidalGrainPrice" placeholder="请输入净重单价" maxlength="10" size="small" :disabled="disabled2" />
|
|
|
</ws-form-item>
|
|
|
- <ws-form-item label="干粮单价(元/公斤)" span="1" prop="dryGrainPrice" v-if="inspect.type == '干粮'">
|
|
|
+ <ws-form-item label="干粮单价(元/公斤)" span="2" prop="dryGrainPrice" v-if="inspect.type == '干粮'">
|
|
|
<ws-input type="number" @mousewheel.native.prevent v-model="inspect.dryGrainPrice" placeholder="请输入干粮单价" maxlength="10" size="small" :disabled="disabled2" />
|
|
|
</ws-form-item>
|
|
|
+ <el-row>
|
|
|
+ <ws-form-item label="复检备注" span="2" prop="reMemo" v-if="information == '编辑复检'">
|
|
|
+ <ws-input type="textarea" v-model="inspect.reMemo" placeholder="请输入复检备注" maxlength="300"/>
|
|
|
+ </ws-form-item>
|
|
|
+ </el-row>
|
|
|
+
|
|
|
</ws-info-table>
|
|
|
|
|
|
<div class="title">质检数据</div>
|
|
@@ -944,8 +950,12 @@
|
|
|
|
|
|
/deep/.ws-info-table .el-form-item .el-form-item__content {
|
|
|
border: none;
|
|
|
+ overflow: auto!important;
|
|
|
+ height: 55px;
|
|
|
}
|
|
|
-
|
|
|
+/deep/.el-textarea__inner{
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
.title {
|
|
|
font-size: 16px;
|
|
|
font-weight: 600;
|