提交修改
This commit is contained in:
parent
b885687b57
commit
fdc9464a10
|
@ -175,12 +175,6 @@
|
||||||
align:"center",
|
align:"center",
|
||||||
dataIndex: 'smoke'
|
dataIndex: 'smoke'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title:'状态(0-未确认,1-未上报,2-已上报)',
|
|
||||||
align:"center",
|
|
||||||
dataIndex: 'status',
|
|
||||||
scopedSlots: { customRender: 'status' }
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: '操作',
|
title: '操作',
|
||||||
dataIndex: 'action',
|
dataIndex: 'action',
|
||||||
|
@ -236,7 +230,7 @@
|
||||||
idcMaterialSupport071delete({id: id}).then((res) => {
|
idcMaterialSupport071delete({id: id}).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
that.$message.success(res.message);
|
that.$message.success(res.message);
|
||||||
that.loadData();
|
that.gettable();
|
||||||
} else {
|
} else {
|
||||||
that.$message.warning(res.message);
|
that.$message.warning(res.message);
|
||||||
}
|
}
|
||||||
|
|
|
@ -95,11 +95,14 @@ import pick from 'lodash.pick'
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
title:"操作",
|
title:"操作",
|
||||||
|
visible:false,
|
||||||
model:{
|
model:{
|
||||||
},
|
},
|
||||||
form: this.$form.createForm(this),
|
form: this.$form.createForm(this),
|
||||||
confirmLoading: false,
|
confirmLoading: false,
|
||||||
validatorRules: {
|
validatorRules: {
|
||||||
|
fuel: {rules: [{required: true, message: '请输入燃油重量!'}]},
|
||||||
|
water: {rules: [{required: true, message: '请输入淡水重量!'}]},
|
||||||
},
|
},
|
||||||
labelCol: {
|
labelCol: {
|
||||||
xs: { span: 24 },
|
xs: { span: 24 },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user