123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188 |
- // 创建采购计划
- <template>
- <div class="container">
- <el-row>
- <el-col :span="12">
- <h2 class="bg-left title">创建采购计划</h2>
- </el-col>
- <el-col :span="12" class="bg-right">
- <el-button class="bg-bottom" type="primary" size="small" @click="returnsales()">
- <img
- width="6"
- height="10"
- style="vertical-align: bottom; margin-right: 3px"
- src="../../../public/img/lujing.png"
- alt
- />返回
- </el-button>
- </el-col>
- </el-row>
- <div class="basicInformation">
- <div class="center1">
- <div class="small-title">
- <h3>基本信息</h3>
- </div>
- <el-form ref="dataList" :model="dataList" label-width="140px">
- <ws-form-item label="标题" span="1" prop="title" >
- <el-input v-model="dataList.title" maxlength="16" placeholder="标题须包含企业简称,不超过16个字" />
- <span class="unchangeable">*</span>
- </ws-form-item>
- <ws-form-item label="货名" span="1" prop="goodsName" >
- <ws-select
- v-model="dataList.goodsName"
- placeholder
- class="typeselect"
- @change="selectgoodsName"
- >
- <ws-option
- v-for="item in goodnameList"
- :key="item.constKey"
- :label="item.constValue"
- :value="item.constValue"
- />
- </ws-select>
- <span class="unchangeable">*</span>
- </ws-form-item>
- <ws-form-item label="计划采购量(吨)" span="1" prop="plannedPurchaseVolume" >
- <el-input
- v-model="dataList.plannedPurchaseVolume"
- class="typeselect"
- placeholder="请输入计划采购量"
- />
- <span class="unchangeable">*</span>
- </ws-form-item>
- <ws-form-item label="最小成交量(吨)" span="1" prop="minimumVolume" >
- <el-input v-model="dataList.minimumVolume" placeholder="请输入最小成交量" />
- <span class="unchangeable">*</span>
- </ws-form-item>
- <ws-form-item label="类型" span="1" prop="procurementPlanType" >
- <ws-select
- v-model="dataList.procurementPlanType"
- placeholder
- class="typeselect"
- @change="selectprocurementPlanType"
- >
- <ws-option
- v-for="item in procurementPlanTypeList"
- :key="item.constKey"
- :label="item.constValue"
- :value="item.constValue"
- />
- </ws-select>
- <span class="unchangeable">*</span>
- </ws-form-item>
- <ws-form-item label="价格类型" span="1" prop="priceType">
- <el-input v-model="dataList.priceType" disabled />
- </ws-form-item>
- <ws-form-item
- v-show="dataList.procurementPlanType=='期货'"
- label="基差(元/吨)"
- span="1"
- prop="basisPrice"
- >
- <el-input v-model="dataList.basisPrice" placeholder="请输入基差" />
- <span class="unchangeable">*</span>
- </ws-form-item>
- <ws-form-item
- v-show="dataList.procurementPlanType=='现货'"
- label="采购价格(元)"
- span="1"
- prop="procurementPrice"
- >
- <el-input
- v-model="dataList.procurementPrice"
- maxlength="120"
- size="small"
- placeholder="请输入采购价格"
- />
- <span class="unchangeable">*</span>
- </ws-form-item>
- <ws-form-item label="收货库" span="1" prop="receiveWarehouse" >
- <ws-select
- v-model="dataList.receiveWarehouse"
- placeholder
- class="typeselect"
- @change="sendWarehousechange"
- >
- <ws-option
- v-for="item in warehouseList"
- :key="item.warehouseName"
- :label="item.warehouseName"
- :value="item.warehouseName"
- />
- </ws-select>
- <span class="unchangeable">*</span>
- </ws-form-item>
- <ws-form-item label="收货库所在地区" span="1" prop="receiveArea" >
- <el-cascader
- :options="options_"
- v-model="selectedOptions"
- clearable
- size="large"
- placeholder="请选择收货库所在地区"
- @change="handleChange"
- style="width:200%"
- />
- <span class="unchangeable">*</span>
- </ws-form-item>
- <ws-form-item label="运费承担方" span="1" prop="freightPayer">
- <ws-select
- v-model="dataList.freightPayer"
- placeholder
- class="typeselect"
- @change="selectfreightPayer"
- >
- <ws-option
- v-for="item in freightPayerList"
- :key="item.constKey"
- :label="item.constValue"
- :value="item.constValue"
- />
- </ws-select>
- </ws-form-item>
- <ws-form-item label="包装方式" span="1" prop="packingType" >
- <ws-select
- v-model="dataList.packingType"
- placeholder
- class="typeselect"
- @change="selectpackingType"
- >
- <ws-option
- v-for="item in packingTypeList"
- :key="item.constKey"
- :label="item.constValue"
- :value="item.constValue"
- />
- </ws-select>
- <span class="unchangeable">*</span>
- </ws-form-item>
- <el-form-item v-if="dataList.packingType!='散装'" label="装袋备注" span="1" prop="baggingNotes">
- <el-input
- maxlength='30'
- v-model="dataList.baggingNotes"
- size="small"
- placeholder="请输入装袋要求如:98斤,王中王彩袋"
- />
- </el-form-item>
- <ws-form-item label="买方" span="1" prop="buyer" >
- <el-input maxlength='25' v-model="dataList.buyer" size="small" placeholder="请输入买方名称" />
- <span class="unchangeable">*</span>
- </ws-form-item>
- <el-form-item label="买方电话" span="1" prop="buyerPhone" >
- <el-input
- v-model="dataList.buyerPhone"
- filterable
- :filter-method="dataFilter"
- placeholder="请输入买方电话"
- ></el-input>
- <span class="unchangeable">*</span>
- </el-form-item>
- <el-form-item label="发票费(个人)" span="1" prop="invoiceFeePerson" >
- <el-input
- v-model="dataList.invoiceFeePerson"
- placeholder="请输入发票费(个人)"
- ></el-input>
- </el-form-item>
- <el-form-item label="发票费(企业)" span="1" prop="invoiceFeeCompany" >
- <el-input
- v-model="dataList.invoiceFeeCompany"
- placeholder="请输入发票费(企业)"
- ></el-input>
- </el-form-item>
- <div class="small-title"></div>
- </el-form>
- </div>
- <div class="center1">
- <div class="small-title">
- <h3>货物要求</h3>
- </div>
- <el-form ref="dataList" :model="dataList" label-width="140px">
- <el-form-item label="水分(%)<=" span="1" prop="waterContent" >
- <el-input v-model="dataList.waterContent" class="typeselect" placeholder="请输入水分占比" />
- <span class="unchangeable">*</span>
- </el-form-item>
- <el-form-item label="容重(g/l)>=" span="1" prop="bulkDensity" >
- <el-input v-model="dataList.bulkDensity" class="typeselect" placeholder="请输入容重" />
- <span class="unchangeable">*</span>
- </el-form-item>
- <el-form-item label="热损伤(%)<=" span="1" prop="jiaorenli">
- <el-input v-model="dataList.jiaorenli" class="typeselect" placeholder="请输入热损伤占比" />
- </el-form-item>
- <el-form-item label="杂质(%)<=" span="1" prop="impurity">
- <el-input v-model="dataList.impurity" class="typeselect" placeholder="请输入杂质占比" />
- </el-form-item>
- <el-form-item label="霉变粒(%)<=" span="1" prop="mildewGrain">
- <el-input v-model="dataList.mildewGrain" placeholder="请输入霉变粒占比" />
- </el-form-item>
- <el-form-item label="不完善粒(%)<=" span="1" prop="imperfectGrain">
- <el-input v-model="dataList.imperfectGrain" maxlength="120" placeholder="请输入不完善粒占比" />
- </el-form-item>
- <el-form-item label="蛋白(%)>=" span="1" prop="protein">
- <el-input v-model="dataList.protein" class="typeselect" placeholder="请输入蛋白占比" />
- </el-form-item>
- <ws-form-item label="粒型" span="1" prop="grain">
- <ws-select
- v-model="dataList.grain"
- placeholder
- class="typeselect"
- @change="selectgrain"
- >
- <ws-option
- v-for="item in grainList"
- :key="item.constKey"
- :label="item.constValue"
- :value="item.constValue"
- />
- </ws-select>
- </ws-form-item>
- <ws-form-item label="品级" span="1" prop="grade">
- <ws-select
- v-model="dataList.grade"
- placeholder
- class="typeselect"
- @change="selectgrade"
- >
- <ws-option
- v-for="item in gradeList"
- :key="item.constKey"
- :label="item.constValue"
- :value="item.constValue"
- />
- </ws-select>
- </ws-form-item>
- <ws-form-item label="产地" span="1" prop="unitPrice">
- <el-cascader
- :options="options1_"
- v-model="selectedOptions1"
- clearable
- size="large"
- placeholder="请选择产地"
- @change="handleChange1"
- style="width:200%"
- />
- </ws-form-item>
- <el-form-item label="产出年份" span="1" prop="outputYear">
- <el-date-picker
- v-model="dataList.outputYear"
- type="year"
- align="right"
- unlink-panels
- value-format='yyyy'
- range-separator="至"
- placeholder="产出年份"
- ></el-date-picker>
- </el-form-item>
- </el-form>
- </div>
- </div>
- <!-- 提交 -->
- <div style="text-align: right; padding: 10px" class="center">
- <el-button class="bg-bottom" type="primary" size="small" @click="submit()">提交</el-button>
- </div>
- </div>
- </template>
- <script>
- import { procurementAdd } from '@/model/purchasingManagement/index'
- import { regionData,provinceAndCityData, CodeToText, TextToCode } from 'element-china-area-data'
- import { packList } from '@/model/contarct/index'
- import { getwarehousename } from '@/model/tasksport/index'
- import Pagination from '@/components/Pagination'
- import WsUpload from '@/components/WsUpload'
- // import { dayjs, fmoney, EventBus } from 'base-core-lib'
- import { dayjs, EventBus } from 'base-core-lib'
- export default {
- name: 'viewSpareMoney',
- components: {
- WsUpload,
- Pagination
- },
- watch: {
- // vesselId(val) {
- // this.getList()
- // },
- isShow(val) {
- this.showType = val
- }
- },
- computed: {
- },
- data() {
- return {
- //弹出框
- dialogViewSpareMoney: false,
- dialogApproveFormVisible: false,
- // 是否显示
- showType: true,
- // 年
- year: '',
- options_: regionData,
- options1_:provinceAndCityData,
- packingTypeList: '',
- procurementPlanTypeList: '',
- freightPayerList: '',
- searchTypeText: '',
- selectedOptions: [],
- selectedOptions1: [],
- contractNoList: [],
- deptBudgetTotal: 0,
- readonly: true,
- currentPage: 1,
- pageSize: 10,
- searchType: 1,
- searchKeyWord: '',
- radio: '1',
- contractType: 2,
- startDate: null,
- endDate: null,
- goodnameList: {},
- grainList: [],
- checked: true,
- form: {},
- pcFlag: 1,
- staffList: [],
- options: [],
- storageType: [],
- storageType1: [],
- outContractNo: [],
- // 提交类型
- submitType: true,
- status: [],
- unitPricechange: [],
- warehouseNameList: [],
- warehouseNameList1: [],
- waterContentchange: [],
- appendixIdsAdd: '',
- uploadSuccess: {},
- warehouseList: [],
- warehouseInOutDetail: {},
- onChange: {},
- deptBudgetList1: [],
- gradeList: [],
- rules: {
- netWeight: [
- {
- required: true,
- type: 'number',
- message: '请输入活动名称',
- trigger: 'blur'
- }
- ]
- },
- outputYear: [],
- size: 10,
- compId: sessionStorage.getItem('ws-pf_compId'),
- deptCircularPage: {},
- packtypeList: {},
- date: {
- year: dayjs().format('YYYY'),
- month: dayjs().format('MM')
- },
- contractList: [],
- inOutTaskNo: '',
- dataList: { taskTypeKey: '1',goodsName:'玉米',goodsNameKey:1,procurementPlanType:'现货',procurementPlanTypeKey:2,priceType:'定价采购',priceTypeKey:2,packingType:'散装',
- packingTypeKey:1 },
- historyList: [],
- pickerBeginDateBefore: {
- disabledDate: time => {
- return time.getTime() > Date.now()
- }
- },
- accessoryTFs: false
- }
- },
- activated() {
- this.loaddata()
- },
- mounted() {},
- methods: {
- //返回按钮
- revert() {
- this.$router.go(-1)
- },
- returnsales() {
- this.dataList = {}
- // this.selectedOptions = ''
- this.$router.push({ path: 'procurementPlanList' })
- },
- // 获取当前年月日
- getdate() {
- var date = new Date()
- var year = date.getFullYear() //获取完整的年份(4位)
- var mouth = date.getMonth() + 1 //获取当前月份(0-11,0代表1月)
- var datetime = date.getDate() //获取当前日(1-31)
- if (mouth < 10) {
- mouth = '0' + mouth
- }
- if (datetime < 10) {
- datetime = '0' + datetime
- }
- return year + mouth + datetime
- },
- // 随机验证码
- verifyinit() {
- var arr = []
- for (var i = 48; i < 123; i++) {
- if (i > 57 && i < 65) continue
- if (i > 90 && i < 97) continue
- arr.push(String.fromCharCode(i))
- }
- arr.sort(function() {
- return Math.random() - 0.5
- })
- arr.length = 4
- return arr.join('')
- },
- dataFilter(val) {
- // console.log(val,"名")
- this.deptBudgetList.staffList = val
- if (val) {
- //val存在
- this.options = this.staffList.filter(item => {
- if (
- !!~item.staffName.indexOf(val) ||
- !!~item.staffName.toUpperCase().indexOf(val.toUpperCase())
- ) {
- return true
- }
- })
- } else {
- //val为空时,还原数组
- this.options = this.staffList
- }
- },
- selecttaskType(e) {
- for (var i = 0; i < this.taskTypeList.length; i++) {
- if (this.taskTypeList[i].value == e) {
- this.searchType = this.taskTypeList[i].type
- }
- }
- },
- selectstaff(e) {
- for (var i = 0; i < this.staffList.length; i++) {
- if (this.staffList[i].staffName == e) {
- this.dataList.agentKey = this.staffList[i].staffId
- }
- }
- },
- selectstaff1(e) {
- for (var i = 0; i < this.staffList.length; i++) {
- if (this.staffList[i].staffName == e) {
- this.dataList1.agentKey = this.staffList[i].staffId
- }
- }
- },
- selectgrain(e) {
- for (var i = 0; i < this.grainList.length; i++) {
- if (this.grainList[i].constValue == e) {
- this.dataList.grainKey = this.grainList[i].constKey
- }
- }
- },
- selectpackingType(e) {
- for (var i = 0; i < this.packingTypeList.length; i++) {
- if (this.packingTypeList[i].constValue == e) {
- this.dataList.packingTypeKey = this.packingTypeList[i].constKey
- }
- }
- },
- selectfreightPayer(e) {
- for (var i = 0; i < this.freightPayerList.length; i++) {
- if (this.freightPayerList[i].constValue == e) {
- this.dataList.freightPayerKey = this.freightPayerList[i].constKey
- }
- }
- },
- selectgrade(e) {
- for (var i = 0; i < this.gradeList.length; i++) {
- if (this.gradeList[i].constValue == e) {
- this.dataList.gradeKey = this.gradeList[i].constKey
- }
- }
- },
- selectprocurementPlanType(e) {
- if(e=='现货'){
- this.dataList.priceType='定价采购'
- this.dataList.priceTypeKey=2
- }else{
- this.dataList.priceType='期货盘面价+基差'
- this.dataList.priceTypeKey=1
- }
- for (var i = 0; i < this.procurementPlanTypeList.length; i++) {
- if (this.procurementPlanTypeList[i].constValue == e) {
- this.dataList.procurementPlanTypekey = this.procurementPlanTypeList[
- i
- ].constKey
- }
- }
- },
- handleChange(value) {
- this.selectedOptions = value
- this.dataList.receivePrivate = CodeToText[value[0]]
- this.dataList.receiveCity = CodeToText[value[1]]
- this.dataList.receiveArea = CodeToText[value[2]]
- },
- handleChange1(value) {
- this.selectedOptions1 = value
- this.dataList.outputPrivate = CodeToText[value[0]]
- this.dataList.outputCity = CodeToText[value[1]]
- },
- sendWarehousechange(e) {
- for (let i = 0; i < this.warehouseList.length; i++) {
- if (this.warehouseList[i].warehouseName == e) {
- var tmp = []
- tmp[0] = TextToCode[this.warehouseList[i].warehousePrivate].code
- tmp[1] =
- TextToCode[this.warehouseList[i].warehousePrivate][
- this.warehouseList[i].warehouseCity
- ].code
- tmp[2] =
- TextToCode[this.warehouseList[i].warehousePrivate][
- this.warehouseList[i].warehouseCity
- ][this.warehouseList[i].warehouseArea].code
- this.selectedOptions = tmp
- }
- }
- },
- //关闭
- close() {
- this.$router.push({ path: 'procurementPlanList' })
- },
- loaddata() {
- getwarehousename({
- compId: this.compId,
- warehouseType: 1,
- })
- .toPromise()
- .then(response => {
- console.log(response)
- this.warehouseList = response
- })
- // 货名
- packList({ constId: 'CON2' })
- .toPromise()
- .then(response => {
- this.goodnameList = response
- })
- // 品级
- packList({ constId: 'CON3' })
- .toPromise()
- .then(response => {
- this.gradeList = response
- })
- //粒形
- packList({ constId: 'PRO4' })
- .toPromise()
- .then(response => {
- this.grainList = response
- })
- //类型
- packList({ constId: 'PRO1' })
- .toPromise()
- .then(response => {
- this.procurementPlanTypeList = response
- })
- //包装方式
- packList({ constId: 'PRO2' })
- .toPromise()
- .then(response => {
- this.packingTypeList = response
- })
- //运费承担方
- packList({ constId: 'PRO3' })
- .toPromise()
- .then(response => {
- this.freightPayerList = response
- })
- },
- getdate() {
- var date = new Date()
- var year = date.getFullYear() //获取完整的年份(4位)
- var mouth = date.getMonth() + 1 //获取当前月份(0-11,0代表1月)
- var datetime = date.getDate() //获取当前日(1-31)
- if (mouth < 10) {
- mouth = '0' + mouth
- }
- if (datetime < 10) {
- datetime = '0' + datetime
- }
- return year + mouth + datetime
- },
- // 随机验证码
- verifyinit() {
- var arr = []
- for (var i = 48; i < 123; i++) {
- if (i > 57 && i < 65) continue
- if (i > 90 && i < 97) continue
- arr.push(String.fromCharCode(i))
- }
- arr.sort(function () {
- return Math.random() - 0.5
- })
- arr.length = 4
- return arr.join('')
- },
- submit() {
- if (!this.dataList.title) {
- this.$message({
- message: '标题不能为空!',
- type: 'warning'
- })
- return
- }
- if (this.dataList.title.length>16) {
- this.$message({
- message: '标题输入错误!',
- type: 'warning'
- })
- return
- }
- if (!this.dataList.plannedPurchaseVolume) {
- this.$message({
- message: '计划采购量不能为空!',
- type: 'warning'
- })
- return
- }
- if (this.dataList.plannedPurchaseVolume>10000000||this.dataList.plannedPurchaseVolume<1) {
- this.$message({
- message: '计划采购量输入错误!',
- type: 'warning'
- })
- return
- }
- if (this.dataList.plannedPurchaseVolume.indexOf('.')!=-1) {
- if(this.dataList.plannedPurchaseVolume.split('.')[1].length>2){
- this.$message({
- message: '计划采购量输入错误!',
- type: 'warning'
- })
- return
- }
- }
- if (!this.dataList.minimumVolume) {
- this.$message({
- message: '最小成交量不能为空!',
- type: 'warning'
- })
- return
- }
- if (
- this.dataList.minimumVolume>10000000||this.dataList.minimumVolume<1) {
- this.$message({
- message: '最小成交量输入错误!',
- type: 'warning'
- })
- return
- }
- if (this.dataList.minimumVolume.indexOf('.') != -1 &&this.dataList.minimumVolume.split('.')[1].length >2) {
- this.$message({
- message: '最小成交量输入错误!',
- type: 'warning'
- })
- return
- }
- if (
- this.dataList.basisPrice&&String(this.dataList.basisPrice).indexOf('.') != -1 &&
- String(dataList.basisPrice).length -
- (String(this.dataList.basisPrice).indexOf('.') + 1) >
- 2||this.dataList.basisPrice>10000||this.dataList.basisPrice<-10000){
- this.$message({
- message: '基差输入错误',
- type: 'warning'
- })
- return
- }
- if (
- this.dataList.procurementPrice > 100000 ||
- this.dataList.procurementPrice < 0 ||
- (String(this.dataList.procurementPrice).indexOf(
- '.'
- ) != -1 &&
- String(this.dataList.procurementPrice).length -
- (String(this.dataList.procurementPrice).indexOf(
- '.'
- ) +
- 1) >
- 2)
- ) {
- this.$message({
- message: '采购价格输入错误',
- type: 'warning',
- })
- return
- }
- if (!this.dataList.receiveWarehouse) {
- this.$message({
- message: '请选择收货库',
- type: 'warning',
- })
- return
- }
- if (!this.dataList.buyer) {
- this.$message({
- message: '买方不能为空!',
- type: 'warning'
- })
- return
- }
- if (this.dataList.buyer.length>25||this.dataList.buyer.length<1) {
- this.$message({
- message: '买方输入错误!',
- type: 'warning'
- })
- return
- }
- if (!this.dataList.buyerPhone) {
- this.$message({
- message: '请输入买方电话!',
- type: 'warning'
- })
- return
- }
- if (this.dataList.buyerPhone.length > 15 || this.dataList.buyerPhone.length < 6) {
- this.$message({
- message: '买方电话输入错误!',
- type: 'warning'
- })
- return
- }
- if (!this.dataList.waterContent) {
- this.$message({
- message: '水分不能为空!',
- type: 'warning'
- })
- return
- }
- if (this.dataList.waterContent>40||this.dataList.waterContent<0) {
- this.$message({
- message: '水分输入错误!',
- type: 'warning'
- })
- return
- }
- if (String(this.dataList.waterContent).indexOf('.') != -1 &&
- String(this.dataList.waterContent).length -
- (String(this.dataList.waterContent).indexOf('.') + 1) >
- 2) {
- this.$message({
- message: '水分输入错误',
- type: 'warning'
- })
- return
- }
- if (!this.dataList.bulkDensity) {
- this.$message({
- message: '容重不能为空!',
- type: 'warning'
- })
- return
- }
- if (
- this.dataList.bulkDensity&&String(this.dataList.bulkDensity).indexOf('.') != -1 &&
- String(this.dataList.bulkDensity).length -
- (String(this.dataList.bulkDensity).indexOf('.') + 1) >
- 2||this.dataList.bulkDensity>1000||this.dataList.bulkDensity<0){
- this.$message({
- message: '容重输入错误',
- type: 'warning'
- })
- return
- }
- if (
- this.dataList.protein&&String(this.dataList.protein).indexOf('.') != -1 &&
- String(this.dataList.protein).length -
- (String(this.dataList.protein).indexOf('.') + 1) >
- 2||this.dataList.protein&&this.dataList.protein>80||this.dataList.protein&&this.dataList.protein<0){
- this.$message({
- message: '蛋白占比输入错误',
- type: 'warning'
- })
- return
- }
- if (
- this.dataList.impurity&&String(this.dataList.impurity).indexOf('.') != -1 &&
- String(this.dataList.impurity).length -
- (String(this.dataList.impurity).indexOf('.') + 1) >2
- ||this.dataList.impurity&&this.dataList.impurity>40||this.dataList.impurity&&this.dataList.impurity<0) {
- this.$message({
- message: '杂质输入错误',
- type: 'warning'
- })
- return
- }
- if (
- this.dataList.mildewGrain&&String(this.dataList.mildewGrain).indexOf('.') != -1 &&
- String(this.dataList.mildewGrain).length -
- (String(this.dataList.mildewGrain).indexOf('.') + 1) >
- 2||this.dataList.mildewGrain&&this.dataList.mildewGrain>40||this.dataList.mildewGrain&&this.dataList.mildewGrain<0) {
- this.$message({
- message: '霉变粒输入错误',
- type: 'warning'
- })
- return
- }
- if (
- this.dataList.jiaorenli&&String(this.dataList.jiaorenli).indexOf('.') != -1 &&
- String(this.dataList.jiaorenli).length -
- (String(this.dataList.jiaorenli).indexOf('.') + 1) >
- 2||this.dataList.jiaorenli&&this.dataList.jiaorenli>40||this.dataList.jiaorenli&&this.dataList.jiaorenli<0) {
- this.$message({
- message: '热损伤输入错误',
- type: 'warning'
- })
- return
- }
- if (
- this.dataList.imperfectGrain&&String(this.dataList.imperfectGrain).indexOf('.') != -1 &&
- String(this.dataList.imperfectGrain).length -
- (String(this.dataList.imperfectGrain).indexOf('.') + 1) >
- 2||this.dataList.imperfectGrain&&this.dataList.imperfectGrain>40||this.dataList.imperfectGrain&&this.dataList.imperfectGrain<0) {
- this.$message({
- message: '不完善粒输入错误',
- type: 'warning'
- })
- return
- }
- this.dataList.id = this.$route.query.id
- this.$confirm(`提交后该采购信息将发布到交易平台,是否确定提交?`, {
- cancelButtonText: '取消',
- confirmButtonText: '确定',
- type: 'warning'
- })
- .then(() => {
- this.$refs.dataList.validate(valid => {
- if (valid) {
- this.dataList.procurementPlanNo='CGJH'+this.getdate()+this.verifyinit()
- this.dataList.sourceProvince = CodeToText[this.selectedOptions[0]]
- this.dataList.sourceCity = CodeToText[this.selectedOptions[1]]
- this.dataList.receivePrivate = CodeToText[this.selectedOptions[0]]
- this.dataList.receiveCity = CodeToText[this.selectedOptions[1]]
- this.dataList.receiveArea = CodeToText[this.selectedOptions[2]]
- this.dataList.outputPrivate =
- CodeToText[this.selectedOptions1[0]]
- this.dataList.outputCity = CodeToText[this.selectedOptions1[1]]
- // if(this.dataList.procurementPlanType=='期货'){
- // this.dataList.basisPrice='-'+Math.abs(this.dataList.basisPrice)
- // }
- this.dataList.compId = this.compId
- this.dataList.unitPrice=this.dataList.procurementPrice
-
- // this.dataList.contractType = 1
- // this.dataList.goodsType = 1
- this.dataList.pcFlag = 1
- this.dataList.compId = sessionStorage.getItem('ws-pf_compId')
- console.log(this.dataList,'查看添加对象')
- procurementAdd(this.dataList)
- .toPromise()
- .then(response => {
- this.$message.success('添加成功')
- ;(this.outputYear = ''),
- this.$router.push({ path: 'procurementPlanList' })
- })
- } else {
- EventBus.$emit('error', this.$t('showMessage.asteriskRequired'))
- return false
- }
- })
- })
- .catch(() => {
- return false
- })
- },
- selectgoodsName(e) {
- for (var i = 0; i < this.goodnameList.length; i++) {
- if (this.goodnameList[i].constValue == e) {
- this.dataList.goodsNameKey = this.goodnameList[i].constKey
- }
- }
- },
- selectpackingMethod(e) {
- for (var i = 0; i < this.packtypeList.length; i++) {
- if (this.packtypeList[i].constValue == e) {
- this.dataList.packingMethodKey = this.packtypeList[i].constKey
- }
- }
- },
- selectpackingMethod1(e) {
- for (var i = 0; i < this.packtypeList.length; i++) {
- if (this.packtypeList[i].constValue == e) {
- this.dataList1.packingMethodKey = this.packtypeList[i].constKey
- }
- }
- },
- selectstorageType(e) {
- for (var i = 0; i < this.storageType.length; i++) {
- if (this.storageType[i].constValue == e) {
- this.dataList.inOutTypeKey = this.storageType[i].constKey
- }
- }
- },
- selectstorageType1(e) {
- for (var i = 0; i < this.storageType1.length; i++) {
- if (this.storageType1[i].constValue == e) {
- this.dataList1.inOutTypeKey = this.storageType[i].constKey
- }
- }
- },
- handleClose() {
- this.accessoryTFs = false
- },
- tasktypechange() {
- this.tasknumber()
- },
- GetRandomNum(Min, Max) {
- var Range = Max - Min
- var Rand = Math.random()
- return Min + Math.round(Rand * Range)
- },
- // deletecontract(){},
- //删除
- approve() {},
- listQuery() {},
- total() {},
- clearfiltQuery() {},
- selectCrtDuty() {}
- }
- }
- </script>
- <style lang="scss" scoped>
- /deep/.basicInformation {
- .el-info-table {
- border: none;
- position: relative;
- }
- .el-form-item {
- width: 33.3333%;
- border: none;
- margin: 0;
- .el-form-item__label {
- text-align: left;
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #8890b1;
- }
- .el-form-item__content {
- padding-left: 0px;
- padding-right: 10px;
- // background: #fff;
- white-space: nowrap;
- height: 40px;
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- text-align: left;
- overflow: hidden;
- }
- }
- }
- /deep/.el-radio {
- color: #606266;
- font-weight: 500;
- line-height: 1;
- cursor: pointer;
- white-space: nowrap;
- outline: 0;
- margin-right: 30px;
- margin-top: 15px;
- }
- /deep/.el-radio__inner {
- border: 1px solid #dcdfe6;
- border-radius: 100%;
- width: 14px;
- height: 14px;
- background-color: #fff;
- cursor: pointer;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- margin-left: 100px;
- }
- /deep/.el-radio__input {
- white-space: nowrap;
- cursor: pointer;
- outline: 0;
- line-height: 1;
- vertical-align: middle;
- margin-top: -1px;
- }
- .title {
- position: relative;
- padding-left: 10px;
- }
- .title::before {
- content: '';
- display: inline-block;
- width: 5px;
- height: 30px;
- background: #5473e8;
- position: absolute;
- left: 0;
- }
- .el-form {
- padding: 0 15%;
- display: flex;
- flex-wrap: wrap;
- margin-left: -50px;
- margin-top: 15px;
- width: 110%;
- }
- .el-button--primary {
- background-color: #5878e8;
- border-color: #5878e8;
- }
- .el-col {
- background: #f6f7fc;
- }
- .bg-right {
- text-align: right;
- padding: 16px 20px;
- }
- .center {
- position: relative;
- top: 50px;
- width: 40%;
- margin: 0 auto;
- margin-right: 180px;
- }
- /deep/.el-form-item__label {
- width: 160px;
- }
- .inspector {
- width: 50%;
- }
- /deep/.el-form-item--small .el-form-item__label,
- .el-form-item--small .el-form-item__content {
- text-align: left;
- }
- /deep/.el-input--small {
- font-size: 13px;
- position: relative;
- display: inline-block;
- }
- .center1 .small-title {
- margin-left: 323px;
- }
- .center1 {
- width: 90%;
- margin: 0 auto;
- margin-left: 10px;
- margin-top: 25px;
- }
- /deep/.el-input--small .el-input__inner {
- height: 32px;
- line-height: 32px;
- }
- /deep/.el-select {
- display: inline-block;
- position: relative;
- width: 100%;
- }
- .annu {
- height: 81px;
- background: #ffffff;
- border-radius: 4px;
- }
- .basicInformation .el-form-item {
- width: 50.3333%;
- border: none;
- margin: 0;
- }
- .el-form {
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #8890b1;
- line-height: 16px;
- margin-left: 130px;
- }
- .a {
- margin-left: -32px;
- }
- .el-radio-group {
- margin-left: 80px;
- }
- .ding {
- height: 23px;
- background: #e8ecf6;
- box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
- }
- .nav2 {
- height: 25px;
- background: #e8ecf6;
- margin-top: 15px;
- }
- .ziti {
- width: 72px;
- height: 20px;
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #8890b1;
- line-height: 20px;
- margin-left: 314px;
- /* margin-top: 112px; */
- }
- /deep/.ziti1 {
- height: 40px;
- font-size: 16px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #262626;
- line-height: 20px;
- margin-left: 381px;
- margin-top: -21px;
- width: 100px;
- }
- .winseaview-view {
- padding: 0 0 20px;
- }
- .container {
- overflow: scroll;
- height: 93vh;
- }
- /deep/.basicInformation .el-form-item .el-form-item__content {
- padding-left: 0px;
- padding-right: 10px;
- white-space: nowrap;
- height: 40px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- text-align: left;
- overflow: hidden;
- font-size: 12px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #232323;
- line-height: 14px;
- }
- .nav {
- width: 400px;
- height: 20px;
- }
- /deep/.typeselect .el-input__inner {
- color: #8890b1;
- }
- //*号
- .unchangeable {
- position: absolute;
- width: 9px;
- height: 22px;
- font-size: 16px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #ff2727;
- line-height: 22px;
- display: inline-block;
- right: -1px;
- }
- </style>
|