|
@@ -143,6 +143,13 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-form-item label="允许撒料时间误差(分钟):" prop="sprinkle_feed_time_allow">
|
|
|
+ <el-input ref="sprinkle_feed_time_allow" v-model="createTemp.sprinkle_feed_time_allow" :disabled="isRoleEdit==false" class="filter-item" placeholder="剩料分配占比原混料" type="text" />
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
</el-form>
|
|
|
<div slot="footer" class="dialog-footer" style="bottom: 10px;">
|
|
|
<el-button v-if="isRoleEdit" class="save" :disabled="isokDisable" @click="handleSave">保存</el-button>
|
|
@@ -310,7 +317,8 @@ export default {
|
|
|
isSmallMaterial: this.createTemp.isSmallMaterial,
|
|
|
isDataSync: this.createTemp.isDataSync,
|
|
|
anyCar:this.createTemp.anyCar,
|
|
|
- accuracy:this.createTemp.accuracy
|
|
|
+ accuracy:this.createTemp.accuracy,
|
|
|
+ sprinkle_feed_time_allow:this.createTemp.sprinkle_feed_time_allow,
|
|
|
}}
|
|
|
this.requestParam.data[1] = { 'name': 'updateFPbyFTChangeALL', 'type': 'e', 'parammaps': {
|
|
|
pastureid: this.createTemp.pastureid
|