|
|
|
@ -10,11 +10,6 @@
|
|
|
|
|
<a-input v-decorator="['id']" placeholder="" style="width: 100%"/> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :span="8" v-show="false"> |
|
|
|
|
<a-form-item label="归口部门" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
|
<a-input v-decorator="['putUnder']" placeholder="" style="width: 100%"/> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :span="8"> |
|
|
|
|
<a-form-item label="流程发起人" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
|
<j-select-user-by-dep v-decorator="['createBy']" disabled/> |
|
|
|
@ -36,6 +31,11 @@
|
|
|
|
|
date-format="YYYY-MM-DD HH:mm:ss" style="width: 100%" disabled/> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :span="8" > |
|
|
|
|
<a-form-item label="归口部门" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
|
<a-input v-decorator="['putUnder']" placeholder="" style="width: 100%" disabled=""/> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :span="8"> |
|
|
|
|
<a-form-item label="物资类型" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
|
<j-dict-select-tag type="list" v-decorator="['materialType',validatorRules.materialType]" |
|
|
|
@ -124,17 +124,17 @@
|
|
|
|
|
<template v-slot:title="props"> |
|
|
|
|
<p v-for="(item,index) in historyBigId" :key="index">历史价格:{{ item }}</p> |
|
|
|
|
</template> |
|
|
|
|
<a-button @mouseenter="chaKan(props)">查看</a-button> |
|
|
|
|
<a-button @mouseenter="chaKan(props)" v-has="'udgePalan:view'">查看</a-button> |
|
|
|
|
</a-tooltip> |
|
|
|
|
<!-- <a-button @click="chaKan(props)">查看</a-button>--> |
|
|
|
|
</template> |
|
|
|
|
<template v-slot:actionPrice="props"> |
|
|
|
|
<a-tooltip placement="top"> |
|
|
|
|
<template v-slot:title="props"> |
|
|
|
|
<p v-for="(item,index) in historyPrices" :key="index">历史价格:{{ item.price }} 历史数量:{{item.quantity}} |
|
|
|
|
<p v-for="(item,index) in historyPrices" :key="index" >历史价格:{{ item.price }} 历史数量:{{item.quantity}} |
|
|
|
|
修改人:{{item.createBy_dictText}}</p> |
|
|
|
|
</template> |
|
|
|
|
<a-button @mouseenter="seeHistoryPrice(props)">记录</a-button> |
|
|
|
|
<a-button @mouseenter="seeHistoryPrice(props)" v-has="'udgePalan:hisotoryPrice'">记录</a-button> |
|
|
|
|
</a-tooltip> |
|
|
|
|
<!-- <a-button @click="chaKan(props)">查看</a-button>--> |
|
|
|
|
</template> |
|
|
|
@ -144,7 +144,7 @@
|
|
|
|
|
<template v-slot:title="props"> |
|
|
|
|
库存数:{{ wateNumber }} |
|
|
|
|
</template> |
|
|
|
|
<a-button @mouseenter="seeWateNumber(props)">库存</a-button> |
|
|
|
|
<a-button @mouseenter="seeWateNumber(props)" v-has="'udgePalan:stock'">库存</a-button> |
|
|
|
|
</a-tooltip> |
|
|
|
|
<!-- <a-button @click="chaKan(props)">查看</a-button>--> |
|
|
|
|
</template> |
|
|
|
@ -1190,6 +1190,7 @@
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
selectChang(val) { |
|
|
|
|
console.log(val,"-----99956568989859") |
|
|
|
|
if (val == 1) { |
|
|
|
|
this.isIfInspection = true |
|
|
|
|
} else { |
|
|
|
@ -1331,7 +1332,7 @@
|
|
|
|
|
} |
|
|
|
|
if (formData.planType == 1 && formData.materialType != 6) { |
|
|
|
|
console.log('格式化后的数据', formData) |
|
|
|
|
if (formData.ifDirect == null) { |
|
|
|
|
if (formData.ifDirect == null && this.routePlanName == '采购员') { |
|
|
|
|
this.$message.error('请选择是否属于直达物资!') |
|
|
|
|
return |
|
|
|
|
} else { |
|
|
|
@ -1383,7 +1384,7 @@
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
console.log(this.data, '数据回显') |
|
|
|
|
let fieldval = pick(this.data, 'id', 'planType', 'company', 'createTime', 'departId', 'createBy', 'materialType', 'processPlan', 'needTime', 'sort', 'orderNumber', 'fileId', 'opinion', 'sourceCapital', 'ifDirect', 'ifInspection') |
|
|
|
|
let fieldval = pick(this.data, 'id','putUnder', 'planType', 'company', 'createTime', 'departId', 'createBy', 'materialType', 'processPlan', 'needTime', 'sort', 'orderNumber', 'fileId', 'opinion', 'sourceCapital', 'ifDirect', 'ifInspection') |
|
|
|
|
this.$nextTick(() => { |
|
|
|
|
this.assigneesText = this.data.materialType |
|
|
|
|
this.form.setFieldsValue(fieldval) |
|
|
|
@ -1556,7 +1557,7 @@
|
|
|
|
|
} |
|
|
|
|
if (formData.planType == 1 && formData.materialType != 6) { |
|
|
|
|
console.log('格式化后的数据', formData) |
|
|
|
|
if (formData.ifDirect == null) { |
|
|
|
|
if (formData.ifDirect == null && this.routePlanName == '采购员') { |
|
|
|
|
this.$message.error('请选择是否属于直达物资!') |
|
|
|
|
return |
|
|
|
|
} else { |
|
|
|
|