123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988 |
- <template>
- <view class="container">
- <view class="center">
- <view class="title_b ">发运信息</view>
- <view class="c-row ">
- <text class="tit">合同编号</text>
- <view class="con-list">
- <text>{{WarehouseInOutInfo.contractNo}}</text>
- </view>
- </view>
- <view class="c-row ">
- <text class="tit">收货方</text>
- <view class="con-list">
- <text>{{WarehouseInOutInfo.consignee}}</text>
- </view>
- </view>
- <view class="c-row ">
- <text class="tit">货名</text>
- <view class="con-list">
- <text>{{WarehouseInOutInfo.goodsName}}</text>
- </view>
- </view>
- <view class="c-row ">
- <text class="tit">车牌号</text>
- <view class="con-list">
- <text>{{WarehouseInOutInfo.carNo}} ({{WarehouseInOutInfo.tranCarNo}})</text>
- </view>
- </view>
- <view class="c-row ">
- <text class="tit">箱号</text>
- <view class="con-list">
- <text>{{WarehouseInOutInfo.boxNo}}</text>
- </view>
- </view>
- <view class="c-row ">
- <text class="tit">封号</text>
- <view class="con-list">
- <text>{{WarehouseInOutInfo.titleNo}}</text>
- </view>
- </view>
- </view>
- <view class="center">
- <view class="title_c ">出库信息</view>
- <view class="c-list">
- <view class="c-row b-b">
- <text class="tit">毛重(吨)</text>
- <view style="color: #ff0000; padding-left: 10rpx;">*</view>
- <view class="con-list">
- <input placeholder-style="font-size:14px" placeholder="请输入毛重" name="input"
- v-model="WarehouseInOutInfo.grossWeight" @input="grossWeightInput"></input>
- </view>
- </view>
- <view class="c-row b-b">
- <view class="tit">皮重(吨)</view>
- <view style="color: #ff0000; padding-left: 10rpx;">*</view>
- <view class="con-list">
- <input placeholder-style="font-size:14px" placeholder="请输入皮重" name="input"
- v-model="WarehouseInOutInfo.tare" @input="tareInput"></input>
- </view>
- </view>
- <view class="c-row b-b">
- <text class="tit">净重(吨)</text>
- <view class="con-list">
- <text>{{numFilter(WarehouseInOutInfo.netWeight)}}</text>
- </view>
- </view>
- <view class="c-row b-b">
- <text class="tit">仓库</text>
- <view style="color: #ff0000; padding-left: 10rpx;">*</view>
- <view class="con-list">
- <picker @change="warehouseChange" :value="warehouseIndex" :range="warehouse" class="con-list">
- <view>
- {{warehouseIndex>-1?warehouse[warehouseIndex]:'请选择仓库'}}
- </view>
- </picker>
- </view>
- </view>
- <view class="c-row b-b">
- <view class="title">仓位号</view>
- <view style="color: #ff0000; padding-left: 10rpx;">*</view>
- <picker @change="warehouseChange1" :value="warehouseIndex1" :range="warehouse1" class="con-list">
- <view>
- {{warehouseIndex1>-1?warehouse1[warehouseIndex1]:'请选择仓位号'}}
- </view>
- </picker>
- </view>
- <view class="c-row b-b">
- <text class="tit">出库类型 </text>
- <picker @change="ruChange" :value="ruIndex" :range="ruType" class="con-list">
- <view>
- {{ruIndex>-1?ruType[ruIndex]:'请选择出库类型'}}
- </view>
- </picker>
- </view>
- <view class="c-row b-b">
- <text class="tit">出库日期</text>
- <view class="con-list" @click="show = true">
- {{ WarehouseInOutInfo.inOutDate != null ? WarehouseInOutInfo.inOutDate : time1}}
- </view>
- <u-picker :params='params' :default-time='time1' @confirm="DateChange" v-model="show" mode="time">
- </u-picker>
- </view>
- <view class="c-row ">
- <text class="tit">上传磅单照片</text>
- </view>
- <upload class="upload" ref="upload" :action="action" :max-size="maxSize" :max-count="1"
- :size-type="['compressed']" @on-success="getImgUrl" @on-remove="onRemove"
- @on-uploaded="isAdd = true" :before-upload="filterFileType"
- v-if="WarehouseInOutInfo.addressUrl == null || WarehouseInOutInfo.addressUrl == '' "></upload>
- <image :src="WarehouseInOutInfo.addressUrl" mode=""
- v-if="WarehouseInOutInfo.addressUrl != null || WarehouseInOutInfo.addressUrl != '' "
- class="picture"></image>
- <!-- <view style="height: 90px; margin-left: 16px;" class="flex">
- <image v-bind:src="license1" class="picture1" v-if="this.license1 != null || this.license1 !=''"></image>
- <view @click="uploadPictures">
- <image src="../../static/img/authentication/business@3x.png" mode="" class="picture"></image>
- <image src="../../static/img/authentication/xiangji-2@3x.png" mode="" class="xiangji"></image>
- </view>
- </view> -->
- </view>
- </view>
- <view class="center">
- <view class="title_c ">化验信息</view>
- <view class="c-list">
- <view class="c-row b-b">
- <view class="title">质检员</view>
- <view class="con-list">
- <input maxlength='10' minlength='2' placeholder-style="font-size:14px" placeholder="请输入质检员姓名"
- name="input" v-model="list.qualityInspector"></input>
- </view>
- </view>
- <view class="c-row b-b">
- <view class="title">蛋白(%)>=</view>
- <view class="con-list">
- <input placeholder-style="font-size:14px" placeholder="请输入蛋白占比" name="input"
- v-model="list.protein"></input>
- </view>
- </view>
- <view class="c-row b-b">
- <view class="title">水分(%)<= </view>
- <view class="con-list">
- <input placeholder-style="font-size:14px" placeholder="请输入水分占比" name="input"
- v-model="list.waterContent"></input>
- </view>
- </view>
- <view class="c-row b-b">
- <view class="title">容重(克/升)>= </view>
- <view class="con-list">
- <input placeholder-style="font-size:14px" placeholder="请输入容重" name="input"
- v-model="list.bulkDensity"></input>
- </view>
- </view>
- <view class="c-row b-b">
- <view class="title">热损伤(%)<= </view>
- <view class="con-list">
- <input placeholder-style="font-size:14px" placeholder="请输入热损伤占比" name="input"
- v-model="list.jiaorenli"></input>
- </view>
- </view>
- <view class="c-row b-b">
- <view class="title">杂质(%)<= </view>
- <view class="con-list">
- <input placeholder-style="font-size:14px" placeholder="请输入杂质占比" name="input"
- v-model="list.impurity"></input>
- </view>
- </view>
- <view class="c-row b-b">
- <view class="title">霉变粒(%)<= </view>
- <view class="con-list">
- <input placeholder-style="font-size:14px" placeholder="请输入霉变粒占比"
- name="input" v-model="list.mildewGrain"></input>
- </view>
- </view>
- <view class="c-row b-b">
- <view class="title">不完整粒(%)<= </view>
- <view class="con-list">
- <input placeholder-style="font-size:14px" placeholder="请输入不完整粒占比"
- name="input" v-model="list.imperfectGrain"></input>
- </view>
- </view>
- <view class="c-row b-b">
- <text class="tit">品级 </text>
- <picker @change="pinChange" :value="pinIndex" :range="pinType" class="con-list">
- <view>
- {{pinIndex>-1?pinType[pinIndex]:'请选择品级'}}
- </view>
- </picker>
- </view>
- </view>
- </view>
- <!-- 底部操作菜单 -->
- <view class="page-bottom1">
- <view>
- <button type="primary" @click="commit1">暂 存</button>
- <button @click="commit" type="primary" class=" action-btn no-border add-cart-btn">提
- 交</button>
- </view>
- </view>
- </view>
- </template>
- <script>
- import upload from '@/components/upload.vue';
- export default {
- components: {
- upload
- },
- data() {
- return {
- packingType: [],
- packingIndex: "",
- goods: {},
- list: {},
- WarehouseInOutInfo: {
- inOutDate: '',
- warehouseInOutDetail: {},
- pcFlag: 0,
- contractNo: {},
- carNo: {},
- warehouseName: {},
- },
- WarehouseInOutInfo1: {
- contractNo: {},
- carNo: {},
- },
- pinIndex: 0,
- pinTypes: '',
- pinType: ['一等品', '二等品', '三等品', '等外'],
- ruIndex: 0,
- rutypes: '',
- ruType: ['销售出库', '移库出库', '暂存出库', '贸易服务出库', '采购出库'],
- action: this.$uploadUrl,
- maxSize: 50 * 1024 * 1024, //限制文件大小 50M
- btnLoading: false, //防止重复点击
- imgUrls: [],
- binNumber: [],
- warehouse: [],
- warehouseIndex: -1,
- warehouse1: [],
- warehouseIndex1: -1,
- warehouselist: [],
- isAdd: true,
- params: {
- year: true,
- month: true,
- day: true,
- },
- show: false,
- license1: "",
- ids: "",
- }
- },
- computed: {
- time1() {
- var date = new Date()
- var year = date.getFullYear()
- var month = date.getMonth()
- var date1 = date.getDate()
- if (month + 1 < 10) {
- month = "0" + (month + 1)
- }
- if (date1 + 1 < 10) {
- date1 = "0" + date1
- }
- return year + '-' + month + "-" + date1
- },
- startDate() {
- return new Date(new Date(new Date().toLocaleDateString()).getTime() - (1 * 60 * 60 * 1000))
- },
- endDate() {
- return new Date()
- }
- },
- onLoad(option) {
- this.WarehouseInOutInfo.contractNo = option.contractNo
- this.WarehouseInOutInfo.goodsName = option.goodsName
- this.WarehouseInOutInfo.consignee = option.consignee
- this.WarehouseInOutInfo.boxNo = option.boxNo
- this.WarehouseInOutInfo.tranCarNo = option.tranCarNo
- this.WarehouseInOutInfo.titleNo = option.titleNo
- this.WarehouseInOutInfo.id = option.id
- this.WarehouseInOutInfo.carNo = option.carNo
- this.WarehouseInOutInfo.warehouseName = option.warehouseName
- this.getList(this.WarehouseInOutInfo.id)
- },
- onShow() {
- this.$api.doRequest('get', '/warehouseInOutInfo/selectCompId', {
- contractNo: this.WarehouseInOutInfo.contractNo,
- warehouseType: 1,
- }).then(res => {
- if (res.data.code == 200) {
- this.$api.doRequest('get', '/warehouseBaseInfo/selectWarehouse', {
- compId: res.data.data,
- warehouseType: 1,
- }).then(res => {
- if (res.data.code == 200) {
- var arr = []
- for (var i = 0; i < res.data.data.length; i++) {
- if (res.data.data[i].warehouseName == this.WarehouseInOutInfo
- .warehouseName) {
- this.warehouseIndex = i
- this.ids = res.data.data[i].id
- }
- arr.push(res.data.data[i].warehouseName)
- }
- this.warehouselist = res.data.data
- this.warehouse = arr
- for (var i = 0; i < this.warehouselist.length; i++) {
- if (this.warehouselist[i].warehouseName == this.WarehouseInOutInfo.warehouseName) {
- var id = this.warehouselist[i].id
- this.$api.doRequest('get', '/warehouseBaseInfo/getWarehouse', {
- id: id,
- }).then(res => {
- var arr = []
- for (var i = 0; i < res.data.data.warehousePositionInfoList
- .length; i++) {
- if (res.data.data.warehousePositionInfoList[i]
- .binNumber == this.WarehouseInOutInfo.binNumber) {
- this.warehouseIndex1 = i
- }
- arr.push(res.data.data.warehousePositionInfoList[i]
- .binNumber)
- }
- this.warehouse1 = arr
- this.warehouselist11 = res.data.data
- })
- }
- }
- }
- })
- }
- })
- },
- methods: {
- getList(id1) {
- var that = this
- this.$api.doRequest('get', '/warehouseInOutInfo/getInfo', {
- id: id1
- }).then(res => {
- if (res.data.code == 200) {
- this.WarehouseInOutInfo = res.data.data
- if (this.WarehouseInOutInfo.warehouseInOutDetail != null) {
- this.list = this.WarehouseInOutInfo.warehouseInOutDetail
- }
- if (this.WarehouseInOutInfo.inOutTypeKey != null) {
- this.ruIndex = this.WarehouseInOutInfo.inOutTypeKey
- }
- if (this.WarehouseInOutInfo.warehouseNameKey != null) {
- this.warehouseIndex = this.WarehouseInOutInfo.warehouseNameKey
- }
- this.warehouseIndex1 = this.WarehouseInOutInfo.binNumberKey
- if (this.WarehouseInOutInfo.gradeKey != null) {
- this.pinIndex = this.WarehouseInOutInfo.gradeKey
- }
- var positionid
- for (var i = 0; i < this.warehouselist.length; i++) {
- if (this.warehouselist[i].warehouseName == this.WarehouseInOutInfo.warehouseName) {
- this.warehouseIndex = i
- positionid = this.warehouselist[i].id
- }
- }
- this.warehouseChange3(positionid)
- for (var i = 0; i < this.warehouse1.length; i++) {
- if (this.warehouse1[i] == this.WarehouseInOutInfo.binNumber) {
- this.warehouseIndex1 = i
- }
- }
- }
- })
- .catch(res => {
- if (res.errmsg) {
- uni.showToast({
- title: res.errmsg,
- icon: 'none',
- duration: 2000
- })
- } else {
- uni.showToast({
- title: "系统异常,请联系管理员",
- icon: 'none',
- duration: 2000
- })
- }
- });
- },
- async warehouseChange3(id) {
- var that = this
- this.$api.doRequest('get', '/warehouseBaseInfo/getWarehouse', {
- id: id,
- }).then(res => {
- if (res.data.code == 200) {
- that.binNumber = res.data.data.warehousePositionInfoList
- var arr = []
- for (var i = 0; i < res.data.data.warehousePositionInfoList.length; i++) {
- arr.push(res.data.data.warehousePositionInfoList[i].binNumber)
- }
- that.warehouse1 = arr
- for (var i = 0; i < that.warehouse1.length; i++) {
- if (that.warehouse1[i] == that.WarehouseInOutInfo.binNumber) {
- that.warehouseIndex1 = i
- }
- }
- }
- })
- return that.warehouse1
- },
- warehouseChange(e) {
- var id = ''
- this.warehouseIndex = e.detail.value
- this.WarehouseInOutInfo.warehouseName = this.warehouse[this.warehouseIndex]
- for (var i = 0; i < this.warehouselist.length; i++) {
- if (this.warehouselist[i].warehouseName == this.WarehouseInOutInfo.warehouseName) {
- id = this.warehouselist[i].id
- }
- }
- this.$api.doRequest('get', '/warehouseBaseInfo/getWarehouse', {
- id: id,
- }).then(res => {
- this.binNumber = res.data.data
- var arr = []
- for (var i = 0; i < res.data.data.warehousePositionInfoList.length; i++) {
- // console.log(res.data.data.warehousePositionInfoList[i])
- arr.push(res.data.data.warehousePositionInfoList[i].binNumber)
- }
- this.warehouse1 = arr
- })
- },
- warehouseChange1(e) {
- var id = ''
- this.warehouseIndex1 = e.detail.value
- this.WarehouseInOutInfo.binNumberKey = this.warehouseIndex1
- this.WarehouseInOutInfo.binNumber = this.warehouse1[this.warehouseIndex1]
- for (var i = 0; i < this.binNumber.length; i++) {
- if (this.binNumber[i].binNumber == this.warehouse1[this.warehouseIndex1]) {
- this.WarehouseInOutInfo.baseId = this.binNumber[i].baseId
- }
- }
- },
- DateChange(e) {
- this.WarehouseInOutInfo.inOutDate = e.year + '-' + e.month + '-' + e.day
- },
- filterFileType(index, lists) {
- if (lists[index].fileType != 'jpg' && lists[index].fileType != 'png' && lists[index].fileType != 'gif') {
- lists.splice(index, 1);
- // 当前文件不支持
- uni.showModal({
- title: '暂不支持当前图片类型',
- showCancel: false
- });
- } else {
- this.isAdd = false;
- }
- },
- getImgUrl(res) {
- this.imgUrls.push(res);
- },
- onRemove(index) {
- this.imgUrls.splice(index, 1);
- },
- commit1() {
- if (this.WarehouseInOutInfo.grossWeight > 100 || this.WarehouseInOutInfo.grossWeight < 1) {
- this.$api.msg('毛重输入错误')
- return
- }
- if (this.WarehouseInOutInfo.grossWeight.toString().indexOf('.') != -1) {
- if (this.WarehouseInOutInfo.grossWeight.toString().split('.')[1].length > 2) {
- this.$api.msg('毛重输入错误')
- return
- }
- }
- if (this.WarehouseInOutInfo.tare > 50 || this.WarehouseInOutInfo.tare < 1) {
- this.$api.msg('皮重输入错误')
- return
- }
- if (this.WarehouseInOutInfo.tare.toString().indexOf('.') != -1) {
- if (this.WarehouseInOutInfo.tare.toString().split('.')[1].length > 2) {
- this.$api.msg('皮重输入错误')
- return
- }
- }
- if (this.list.qualityInspector && this.list.qualityInspector < 2 || this.list.qualityInspector && this.list
- .qualityInspector > 10) {
- this.$api.msg('质检员姓名输入错误')
- return
- }
- if (this.list.protein && this.list.protein < 0 || this.list.protein && this.list.protein > 80) {
- this.$api.msg('蛋白占比输入错误')
- return
- }
- if (this.list.protein && this.list.protein.indexOf('.') != -1) {
- if (this.list.protein.split('.')[1].length > 2) {
- this.$api.msg('蛋白占比输入错误')
- return
- }
- }
- if (this.list.waterContent && this.list.waterContent < 0 || this.list.waterContent && this.list
- .waterContent > 40) {
- this.$api.msg('水分输入错误')
- return
- }
- if (this.list.waterContent && this.list.waterContent.indexOf('.') != -1) {
- if (this.list.waterContent.split('.')[1].length > 2) {
- this.$api.msg('水分输入错误')
- return
- }
- }
- if (this.list.bulkDensity && this.list.bulkDensity < 0 || this.list.bulkDensity && this.list
- .bulkDensity > 1000) {
- this.$api.msg('容重输入错误')
- return
- }
- if (this.list.bulkDensity && this.list.bulkDensity.indexOf('.') != -1) {
- if (this.list.bulkDensity.split('.')[1].length > 2) {
- this.$api.msg('容重输入错误')
- return
- }
- }
- if (this.list.jiaorenli && this.list.jiaorenli < 0 || this.list.jiaorenli && this.list.jiaorenli > 40) {
- this.$api.msg('热损伤输入错误')
- return
- }
- if (this.list.jiaorenli && this.list.jiaorenli.indexOf('.') != -1) {
- if (this.list.jiaorenli.split('.')[1].length > 2) {
- this.$api.msg('热损伤输入错误')
- return
- }
- }
- if (this.list.impurity && this.list.impurity < 0 || this.list.impurity && this.list.impurity > 40) {
- this.$api.msg('杂质输入错误')
- return
- }
- if (this.list.impurity && this.list.impurity.indexOf('.') != -1) {
- if (this.list.impurity.split('.')[1].length > 2) {
- this.$api.msg('杂质输入错误')
- return
- }
- }
- if (this.list.mildewGrain && this.list.mildewGrain < 0 || this.list.mildewGrain && this.list.mildewGrain >
- 40) {
- this.$api.msg('霉变粒输入错误')
- return
- }
- if (this.list.mildewGrain && this.list.mildewGrain.indexOf('.') != -1) {
- if (this.list.mildewGrain.split('.')[1].length > 2) {
- this.$api.msg('霉变粒输入错误')
- return
- }
- }
- if (this.list.imperfectGrain && this.list.imperfectGrain < 0 || this.list.imperfectGrain && this.list
- .imperfectGrain > 40) {
- this.$api.msg('不完整粒输入错误')
- return
- }
- if (this.list.imperfectGrain && this.list.imperfectGrain.indexOf('.') != -1) {
- if (this.list.imperfectGrain.split('.')[1].length > 2) {
- this.$api.msg('不完整粒输入错误')
- return
- }
- }
- uni.showLoading({
- title: "正在暂存"
- })
- this.WarehouseInOutInfo.deductionAmount = -this.WarehouseInOutInfo.deductionAmount
- this.WarehouseInOutInfo.warehouseInOutDetail = this.list
- this.WarehouseInOutInfo.statusFlag = 1
- if (this.imgUrls.length > 0) {
- this.WarehouseInOutInfo.addressUrl = this.imgUrls[0]
- }
- console.log(this.WarehouseInOutInfo)
- return
-
- this.$api.doRequest('post', '/warehouseInOutInfo/InOutWarehouse', this.WarehouseInOutInfo).then(res => {
- if (res.data.code == 200) {
- uni.showToast({
- title: '暂存成功',
- icon: 'none',
- duration: 2000
- })
- uni.navigateTo({
- url: `/pages/task/my_task`,
- })
- // setTimeout(() => {
- // uni.navigateBack({})
- // }, 200)
- } else {
- uni.showToast({
- title: res.data.message,
- icon: 'none',
- duration: 2000
- })
- }
- uni.hideLoading()
- }).catch(res => {
- uni.showToast({
- title: res.data.message,
- icon: 'none',
- duration: 2000
- })
- uni.hideLoading()
- })
- },
- commit() {
- if (!this.WarehouseInOutInfo.grossWeight) {
- this.$api.msg('毛重不能为空')
- return
- }
- if (!this.WarehouseInOutInfo.tare) {
- this.$api.msg('皮重不能为空')
- return
- }
- if (!this.WarehouseInOutInfo.warehouseName) {
- this.$api.msg('仓库不能为空')
- return
- }
- if (!this.WarehouseInOutInfo.binNumber) {
- this.$api.msg('仓位号不能为空')
- return
- }
- if (this.WarehouseInOutInfo.grossWeight > 100 || this.WarehouseInOutInfo.grossWeight < 1) {
- this.$api.msg('毛重输入错误')
- return
- }
- if (this.WarehouseInOutInfo.grossWeight.toString().indexOf('.') != -1) {
- if (this.WarehouseInOutInfo.grossWeight.toString().split('.')[1].length > 2) {
- this.$api.msg('毛重输入错误')
- return
- }
- }
- if (this.WarehouseInOutInfo.tare > 50 || this.WarehouseInOutInfo.tare < 1) {
- this.$api.msg('皮重输入错误')
- return
- }
- if (this.WarehouseInOutInfo.tare.toString().indexOf('.') != -1) {
- if (this.WarehouseInOutInfo.tare.toString().split('.')[1].length > 2) {
- this.$api.msg('皮重输入错误')
- return
- }
- }
- if (this.list.qualityInspector && this.list.qualityInspector < 2 || this.list.qualityInspector && this.list
- .qualityInspector > 10) {
- this.$api.msg('质检员姓名输入错误')
- return
- }
- if (this.list.protein && this.list.protein < 1 || this.list.protein && this.list.protein > 80) {
- this.$api.msg('蛋白占比输入错误')
- return
- }
- if (this.list.protein && this.list.protein.indexOf('.') != -1) {
- if (this.list.protein.split('.')[1].length > 2) {
- this.$api.msg('蛋白占比输入错误')
- return
- }
- }
- if (this.list.waterContent && this.list.waterContent < 1 || this.list.waterContent && this.list
- .waterContent > 40) {
- this.$api.msg('水分输入错误')
- return
- }
- if (this.list.waterContent && this.list.waterContent.indexOf('.') != -1) {
- if (this.list.waterContent.split('.')[1].length > 2) {
- this.$api.msg('水分输入错误')
- return
- }
- }
- if (this.list.bulkDensity && this.list.bulkDensity < 500 || this.list.bulkDensity && this.list
- .bulkDensity > 1000) {
- this.$api.msg('容重输入错误')
- return
- }
- if (this.list.bulkDensity && this.list.bulkDensity.indexOf('.') != -1) {
- if (this.list.bulkDensity.split('.')[1].length > 2) {
- this.$api.msg('容重输入错误')
- return
- }
- }
- if (this.list.jiaorenli && this.list.jiaorenli < 1 || this.list.jiaorenli && this.list.jiaorenli > 40) {
- this.$api.msg('热损伤输入错误')
- return
- }
- if (this.list.jiaorenli && this.list.jiaorenli.indexOf('.') != -1) {
- if (this.list.jiaorenli.split('.')[1].length > 2) {
- this.$api.msg('热损伤输入错误')
- return
- }
- }
- if (this.list.impurity && this.list.impurity < 1 || this.list.impurity && this.list.impurity > 40) {
- this.$api.msg('杂质输入错误')
- return
- }
- if (this.list.impurity && this.list.impurity.indexOf('.') != -1) {
- if (this.list.impurity.split('.')[1].length > 2) {
- this.$api.msg('杂质输入错误')
- return
- }
- }
- if (this.list.mildewGrain && this.list.mildewGrain < 1 || this.list.mildewGrain && this.list.mildewGrain >
- 40) {
- this.$api.msg('霉变粒输入错误')
- return
- }
- if (this.list.mildewGrain && this.list.mildewGrain.indexOf('.') != -1) {
- if (this.list.mildewGrain.split('.')[1].length > 2) {
- this.$api.msg('霉变粒输入错误')
- return
- }
- }
- if (this.list.imperfectGrain && this.list.imperfectGrain < 1 || this.list.imperfectGrain && this.list
- .imperfectGrain > 40) {
- this.$api.msg('不完整粒输入错误')
- return
- }
- if (this.list.imperfectGrain && this.list.imperfectGrain.indexOf('.') != -1) {
- if (this.list.imperfectGrain.split('.')[1].length > 2) {
- this.$api.msg('不完整粒输入错误')
- return
- }
- }
- this.WarehouseInOutInfo.deductionAmount = -this.WarehouseInOutInfo.deductionAmount
- if (this.imgUrls.length > 0) {
- this.WarehouseInOutInfo.addressUrl = this.imgUrls[0]
- }
- this.WarehouseInOutInfo.warehouseInOutDetail = this.list
- this.WarehouseInOutInfo.statusFlag = 3
- this.WarehouseInOutInfo.pcFlag = 0
- for (let i = 0; i < this.warehouselist.length; i++) {
- if (this.warehouselist[i].warehouseName == this.WarehouseInOutInfo.warehouseName) {
- this.WarehouseInOutInfo.baseId = this.warehouselist[i].id
- }
- }
- this.WarehouseInOutInfo.taskType = "出库任务"
- uni.showLoading({
- title: "正在提交"
- })
-
- this.$api.doRequest('post', '/warehouseInOutInfo/InOutWarehouse', this.WarehouseInOutInfo).then(res => {
- if (res.data.code == 200) {
- uni.showToast({
- title: '提交成功',
- icon: 'none'
- })
- uni.navigateTo({
- url: `/pages/task/my_task`,
- })
- // setTimeout(() => {
- // uni.navigateBack({})
- // }, 200)
- } else {
- uni.showToast({
- title: res.data.message,
- icon: 'none',
- duration: 2000
- })
- }
- uni.hideLoading()
- }).catch(res => {
- uni.showToast({
- title: res.data.message,
- icon: 'none',
- duration: 2000
- })
- uni.hideLoading()
- })
- },
- numFilter(value) {
- if (!value) {
- return 0
- }
- // 截取当前数据到小数点后两位
- let realVal = parseFloat(value).toFixed(2)
- return realVal
- },
- grossWeightInput(e) {
- this.WarehouseInOutInfo.grossWeight = e.detail.value
- if (this.WarehouseInOutInfo.grossWeight && this.WarehouseInOutInfo.tare) {
- this.WarehouseInOutInfo.netWeight = this.WarehouseInOutInfo.grossWeight - this.WarehouseInOutInfo.tare
- }
- },
- tareInput(e) {
- this.WarehouseInOutInfo.tare = e.detail.value
- if (this.WarehouseInOutInfo.grossWeight && this.WarehouseInOutInfo.tare) {
- this.WarehouseInOutInfo.netWeight = this.WarehouseInOutInfo.grossWeight - this.WarehouseInOutInfo.tare
- }
- },
- ruChange(e) {
- this.ruIndex = e.detail.value
- this.WarehouseInOutInfo.inOutTypeKey = e.detail.value
- this.WarehouseInOutInfo.inOutType = this.ruType[this.ruIndex];
- },
- pinChange(e) {
- this.pinIndex = e.detail.value
- this.WarehouseInOutInfo.gradeKey = e.detail.value
- this.WarehouseInOutInfo.grade = this.pinType[this.pinIndex];
- },
- }
- }
- </script>
- <style scoped lang='scss'>
- .upload {
- /deep/.u-list-item,
- .u-add-wrap {
- background-color: #eceae8;
- }
- }
- .center {
- margin: 15rpx 15rpx 10rpx 15rpx;
- padding: 0rpx 10rpx 30rpx 10rpx;
- background-color: #FFFFFF;
- border-radius: 15px;
- }
- .title_b {
- margin: 20rpx 20rpx 0rpx 20rpx;
- padding: 20rpx 10rpx 20rpx 10rpx;
- font-size: 18px;
- font-weight: 550;
- border-bottom: 1px solid #d6d6d6;
- }
- .title_c {
- margin: 20rpx 20rpx 0rpx 20rpx;
- padding: 20rpx 10rpx 20rpx 10rpx;
- font-size: 18px;
- font-weight: 550;
- }
- .c-row {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- padding: 20rpx 30rpx;
- position: relative;
- }
- .con-list {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- color: #303133;
- line-height: 40rpx;
- text-align: right;
- padding-right: 20rpx;
- }
- .d-header {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 80upx;
- font-size: $font-base + 2upx;
- color: $font-color-dark;
- position: relative;
- text {
- padding: 0 20upx;
- background: #fff;
- position: relative;
- z-index: 1;
- }
- &:after {
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translateX(-50%);
- width: 300upx;
- height: 0;
- content: '';
- border-bottom: 1px solid #ccc;
- }
- }
- /* 底部操作菜单 */
- .page-bottom1 {
- position: fixed;
- left: 0;
- bottom: 0;
- z-index: 95;
- width: 100%;
- height: 70px;
- background: rgba(255, 255, 255, .9);
- padding: 15px;
- border-radius: 0;
- text-align: right;
- button {
- display: inline-block;
- border-radius: 18px;
- margin: 0 10px;
- font-size: 14px;
- background: #fff;
- color: #333;
- border: 1px solid #333;
- padding-left: 50rpx;
- padding-right: 50rpx;
- }
- .action-btn {
- background: #22C572;
- color: #fff;
- border: 1px solid #22C572;
- }
- .p-b-btn {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- font-size: $font-sm;
- color: $font-color-base;
- width: 96upx;
- height: 80upx;
- .yticon {
- font-size: 40upx;
- line-height: 48upx;
- color: $font-color-light;
- }
- &.active,
- &.active .yticon {
- color: $uni-color-primary;
- }
- .icon-fenxiang2 {
- font-size: 42upx;
- transform: translateY(-2upx);
- }
- .icon-shoucang {
- font-size: 46upx;
- }
- }
- }
- .container {
- padding-bottom: 160upx;
- }
- .xiangji {
- width: 25px;
- height: 25px;
- margin: 0 auto;
- margin-top: 35px;
- margin-left: -60px;
- }
- /* .picture {
- width: 90px;
- height: 90px;
- border-radius: 10px;
- } */
- .picture1 {
- width: 90px;
- height: 90px;
- border-radius: 10px;
- }
- .picture {
- width: 75px;
- height: 75px;
- border-radius: 10px;
- margin-left: 16px;
- }
- </style>
|