123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784 |
- <template>
- <view>
- <view class='wrap'>
- <view class='title_b'>基本信息</view>
- <view v-if='gridList.managementType==1' class="c-row ">
- <view class="title">类型</view>
- <view v-if='gridList.serviceManagementType==1' class="con-list">
- 贸易入库
- </view>
- <view v-if='gridList.serviceManagementType==3' class="con-list">
- 收购入库
- </view>
- </view>
- <view class="c-row ">
- <view v-if='gridList.managementType==3' class="title">出库类型</view>
- <view v-if='gridList.managementType==1' class="title">入库类型</view>
- <view class="con-list">
- {{gridList.inOutType}}
- </view>
- </view>
- <view class="c-row ">
- <view v-if='gridList.managementType==3' class="title">出库日期</view>
- <view v-if='gridList.managementType==1' class="title">入库日期</view>
- <view class="con-list">
- {{gridList.inOutDate}}
- </view>
- </view>
- <view class="c-row">
- <view class="title">仓库</view>
- <view class="con-list">
- {{gridList.warehouseName}}
- </view>
- </view>
- <view v-if='gridList.serviceManagementType==1' class="c-row">
- <view class="title">任务编号</view>
- <view class="con-list">
- {{gridList.inOutTaskNo}}
- </view>
- </view>
- <view class="c-row ">
- <view class="title">业务编号</view>
- <view class="con-list">
- {{gridList.qualityNo}}
- </view>
- </view>
- <view v-if='gridList.serviceManagementType==1' class="c-row ">
- <view v-if='gridList.inOutType=="移库入库"' class="title">移库编号</view>
- <view v-else class="title">合同编号</view>
- <view class="con-list">
- {{gridList.contractNo}}
- </view>
- </view>
- <view v-if='gridList.serviceManagementType==3' class="c-row">
- <view class="title">客户</view>
- <view v-if='gridList.customerName' class="con-list">
- {{gridList.customerName}}({{gridList.customerPhone}})
- </view>
- <view v-else class="con-list">
- {{gridList.compName}}
- </view>
- </view>
- <view class="c-row ">
- <view class="title">货名</view>
- <view class="con-list">
- {{gridList.goodsName}}
- </view>
- </view>
- <view class="c-row ">
- <view class="title">车牌号</view>
- <view class="con-list">
- {{gridList.carNumber}}
- </view>
- </view>
- <view v-if="gridList.paramType != '1'" class="c-row ">
- <view class="title">扣重比</view>
- <view class="con-list">
- {{gridList.buckleWeightRatio}}
- </view>
- </view>
- <view v-else class="c-row ">
- <view class="title">扣杂</view>
- <view class="con-list">
- <view>{{gridList.buckleMiscellaneous}}</view>
- <view>{{gridList.reBuckleMiscellaneous}}</view>
-
- </view>
- </view>
- <view v-else class="c-row">
- <view class="title">扣杂</view>
- <view class="con-list">
- <input v-model='gridList.buckleMiscellaneous' placeholder="初检扣杂" @input=""
- name="input"></input>
- <input v-model='gridList.reBuckleMiscellaneous' placeholder="复检扣杂" @input=""
- name="input"></input>
- </view>
- </view>
- <view v-if='gridList.serviceManagementType==3' class="c-row ">
- <view class="title">购粮性质</view>
- <view class="con-list">
- {{gridList.natureOfGrainPurchase}}
- </view>
- </view>
- <view class="c-row ">
- <view class="title">仓位号</view>
- <view class="con-list">
- {{gridList.binNumber}}
- </view>
- </view>
- <view class="c-row ">
- <view class="title">囤位号</view>
- <view class="con-list">
- {{gridList.storageTagNo}}
- </view>
- </view>
- <view class="c-row ">
- <view class="title">类型</view>
- <view class="con-list">
- {{gridList.type}}
- </view>
- </view>
-
-
- <view class="c-row ">
- <view class="title">运输方式</view>
- <view class="con-list">
- <view>{{gridList.outType}}</view>
- </view>
- </view>
-
- <view class="c-row ">
- <view class="title">车队</view>
- <view class="con-list">
- <view>{{gridList.fleet}}</view>
- </view>
- </view>
- <view v-if="gridList.outType=='汽运'||gridList.outType == '集装箱船'" class="c-row ">
- <view class="title">箱号-1</view>
- <view class="con-list">
- {{gridList.boxNo}}
- </view>
- </view>
- <view v-if="gridList.outType== '汽运'||gridList.outType == '集装箱船'" class="c-row ">
- <view class="title">封号-1</view>
- <view class="con-list">
- {{gridList.titleNo}}
- </view>
- </view>
- <view v-if="gridList.outType=='汽运'||gridList.outType == '集装箱船'" class="c-row ">
- <view class="title">箱号-2</view>
- <view class="con-list">
- {{gridList.boxNoOther}}
- </view>
- </view>
- <view v-if="gridList.outType== '汽运'||gridList.outType == '集装箱船'" class="c-row ">
- <view class="title">封号-2</view>
- <view class="con-list">
- {{gridList.titleNoOther}}
- </view>
- </view>
- <view class="c-row-fj">
- <view style="margin: 0px 0px 30rpx 10rpx;">复检备注</view>
- <textarea class='textarea-style' v-model='gridList.reMemo' placeholder="暂无复检备注信息!" maxlength="300" disabled ></textarea>
- </view>
- </view>
- <view style='margin-bottom:300rpx;'>
- <view class='wrap'>
- <view class='title_b'>化验信息</view>
- <view class="c-row ">
- <view class="title">等级</view>
- <view class="con-list">
- <view>{{gridList.grade}}</view>
- <view>{{gridList.reGrade}}</view>
- </view>
- </view>
- <view class="c-row ">
- <view class="title">水分(%)</view>
- <view class="con-list">
- <input disabled v-model='gridList.waterContent' placeholder="初检水分" @input=""
- name="input"></input>
- <input disabled v-model='gridList.reWaterContent' placeholder="复检水分" @input=""
- name="input"></input>
- </view>
- <!-- <view class="con-list">
- {{gridList.rewaterContent}}
- </view> -->
- </view>
- <view class="c-row " v-if="gridList.goodsName !='大豆'">
- <view class="title">容重(克/升)</view>
- <view class="con-list">
- <view>{{gridList.bulkDensity}}</view>
- <view>{{gridList.reBulkDensity}}</view>
-
- </view>
- </view>
- <view class="c-row " v-else>
- <view class="title">蛋白</view>
- <view class="con-list">
- <view>{{gridList.protein}}</view>
- <view>{{gridList.reProtein}}</view>
- </view>
- </view>
- <view class="c-row " v-if="gridList.goodsName !='大豆'">
- <view class="title">不完善粒(%)</view>
- <view class="con-list">
- <view>{{gridList.imperfectGrain}}</view>
- <view>{{gridList.reImperfectGrain}}</view>
- </view>
- </view>
- <view class="c-row " v-else>
- <view class="title">完整粒率(%)</view>
- <view class="con-list">
- <view>{{gridList.completeGrain}}</view>
- <view>{{gridList.reCompleteGrain}}</view>
- </view>
- </view>
- <view class="c-row ">
- <view class="title">杂质(%)</view>
- <view class="con-list">
- <view>{{gridList.impurity}}</view>
- <view>{{gridList.reImpurity}}</view>
- </view>
- </view>
- <view class="c-row ">
- <view class="title">霉变粒(%)</view>
- <view class="con-list">
- <view>{{gridList.mildewGrain}}</view>
- <view>{{gridList.reMildewGrain}}</view>
- </view>
- </view>
- <view class="c-row ">
- <view class="title">热损伤(%)</view>
- <view class="con-list">
- <view>{{gridList.jiaorenli}}</view>
- <view>{{gridList.reJiaorenli}}</view>
- </view>
- </view>
- <view class="c-row ">
- <view class="title">转基因</view>
- <view class="con-list">
- <view>{{gridList.transgene}}</view>
- <view>{{gridList.reTransgene}}</view>
- </view>
- </view>
- <view class="c-row ">
- <view class="title">色泽/气味</view>
- <view class="con-list">
- <view>{{gridList.colorLustre}}</view>
- <view>{{gridList.reColorLustre}}</view>
- </view>
- </view>
- <view class="c-row">
- <view class="title">水分增价(元/吨)</view>
- <view class="con-list">
- {{gridList.waterPriceIncrease}}
- </view>
- </view>
- <view class="c-row">
- <view class="title">水分扣价(元/吨)</view>
- <view class="con-list">
- {{gridList.waterPriceDeduction}}
- </view>
- </view>
- <view class="c-row">
- <view class="title">质量增价(元/吨)</view>
- <view class="con-list">
- {{gridList.qualityPriceIncrease}}
- </view>
- </view>
-
- <view class="c-row">
- <view class="title">质量扣价(元/吨)</view>
- <view class="con-list">
- {{gridList.qualityPriceDeduction}}
- </view>
- </view>
- <view v-if="gridList.type == '潮粮'" class="c-row">
- <view class="title">净重单价(元/公斤)</view>
- <view class="con-list">
- {{gridList.tidalGrainPrice}}
- </view>
- </view>
- <view v-if="gridList.type == '干粮'" class="c-row">
- <view class="title">干粮单价(元/公斤)</view>
- <view class="con-list">
- {{gridList.dryGrainPrice}}
- </view>
- </view>
- <view v-show="compName=='辽宁佳屹农商贸有限公司'"
- class="c-row">
- <view class="title">规格(公斤)</view>
- <view class="con-list">
- {{gridList.specifications}}
- </view>
- </view>
- <view v-show="compName=='辽宁佳屹农商贸有限公司'"
- class="c-row">
- <view class="title">工厂</view>
- <view class="con-list">
- {{gridList.factory}}
- </view>
- </view>
- <view v-show="compName=='辽宁佳屹农商贸有限公司'"
- class="c-row">
- <view class="title">生产日期</view>
- <view class="con-list">
- {{gridList.produceDate}}
- </view>
- </view>
- <view v-show="compName=='辽宁佳屹农商贸有限公司'" class="c-row">
- <view class="title">污染件数</view>
- <view class="con-list">
- {{gridList.polluteNum}}
- </view>
- </view>
- <view class="c-row">
- <view class="title">污染附件</view>
- </view>
- <view>
- <view style='display: flex;flex-wrap: wrap;' v-if='fileList.length>0&&compName=="辽宁佳屹农商贸有限公司"'>
- <view style="margin: 10rpx;" v-for='item in fileList'>
- <image
- v-if="item.type == 'pdf'"
- style="width: 100px; height: 100px;" src="../../static/img/oa_office/pdf3.png"
- mode=""></image>
- <image v-else-if="item.type == 'xls'||item.type == 'xlsx'"
- style="width: 100px; height: 100px;" src="../../static/img/oa_office/excle3.png"
- mode=""></image>
- <image v-else-if="item.type == 'doc'||item.type == 'docx'"
- style="width: 100px; height: 100px;" src="../../static/img/oa_office/word3.png"
- mode=""></image>
- <image v-else @click='lookImg(item.appendixPath)' style="width: 100px; height: 100px;" :src="item.appendixPath" mode="">
- </image>
- </view>
- </view>
- </view>
- <view v-show="compName=='辽宁佳屹农商贸有限公司'" class="c-row">
- <view class="title">破损件数</view>
- <view class="con-list">
- {{gridList.wornNum}}
- </view>
- </view>
- <view class="c-row">
- <view class="title">破损附件</view>
- </view>
- <view>
- <view style='display: flex;flex-wrap: wrap;' v-if='fileList1.length>0&&compName=="辽宁佳屹农商贸有限公司"'>
- <view style="margin: 10rpx;" v-for='item in fileList1'>
- <image
- v-if="item.type == 'pdf'"
- style="width: 100px; height: 100px;" src="../../static/img/oa_office/pdf3.png"
- mode=""></image>
- <image v-else-if="item.type == 'xls'||item.type == 'xlsx'"
- style="width: 100px; height: 100px;" src="../../static/img/oa_office/excle3.png"
- mode=""></image>
- <image v-else-if="item.type == 'doc'||item.type == 'docx'"
- style="width: 100px; height: 100px;" src="../../static/img/oa_office/word3.png"
- mode=""></image>
- <image v-else @click='lookImg(item.appendixPath)' style="width: 100px; height: 100px;" :src="item.appendixPath" mode="">
- </image>
-
- </view>
- </view>
- </view>
- </view>
- </view>
- </view>
- </template>
- <script>
- import dragButton from "@/components/drag-button/drag-button.vue";
- import {
- mapState
- } from 'vuex';
- let startY = 0,
- moveY = 0,
- pageAtTop = true;
- export default {
- components: {
- dragButton
- },
- data() {
- return {
- inputShow: false,
- modalName: '',
- mycarStyle: '',
- feild: undefined,
- id: 0,
- show: false,
- selector: [],
- show1: false,
- inputContent: '',
- coverTransform: 'translateY(0px)',
- coverTransition: '0s',
- moving: false,
- footprintList: [],
- searchKeyWord: '',
- isVip: false,
- userInfoTmp: [],
- inputStatus: 'none',
- carInfo: [],
- gridCol: 4,
- pageSize: 10,
- currentPage: 1,
- gridBorder: false,
- headUrl: "../../static/img/myimg/YongHu@3x.png",
- userphone: "",
- username: "请更改昵称",
- gridList: {
- type: '潮粮'
- },
- managementType: '',
- warehouseName: '',
- warehouseList: [],
- showTran: true,
- companyId: 1,
- current: 4,
- gradeList: [{
- key: 1,
- value: '一等品'
- },
- {
- key: 2,
- value: '二等品'
- },
- {
- key: 3,
- value: '三等品'
- },
- {
- key: 4,
- value: '等外'
- },
- ],
- cangid: '',
- statusShow:"",
- action: this.$uploadUrl,
- pcUserInfo: uni.getStorageSync('pcUserInfo'),
- maxSize: 50 * 1024 * 1024,
- compName: "",
- fileList:[],
- fileList1:[],
- }
- },
- // #ifndef MP
- onNavigationBarButtonTap(e) {
- const index = e.index;
- if (index === 0) {
- this.navTo('/pages/set/set');
- } else if (index === 1) {
- // #ifdef APP-PLUS
- const pages = getCurrentPages();
- const page = pages[pages.length - 1];
- const currentWebview = page.$getAppWebview();
- currentWebview.hideTitleNViewButtonRedDot({
- index
- });
- // #endif
- uni.navigateTo({
- url: '/pages/notice/notice'
- })
- }
- },
- // #endif
- computed: {
- ...mapState(['hasLogin', 'userInfo']),
- // 手机号中间4位加*
- starUserphone() {
- let reg = /^(\d{3})\d{4}(\d{4})$/;
- if (this.userphone) {
- return this.userphone.replace(reg, "$1****$2");
- }
- }
- },
- onLoad(options) {
- this.id = options.id
- this.cangid = options.cangid
- this.managementType = options.managementType
- this.statusShow = options.statusShow
- console.log(this.statusShow)
- },
- onShow() {
- var that = this
- if(uni.getStorageSync('compName1')){
- that.compName = uni.getStorageSync('compName1').company
- }
- this.$api.doRequest('get', '/qualityInspectionManagement/api/getQualityInspection', {
- id: this.id
- }).then(res => {
- if (res.data.data) {
- let data = res.data.data
- if(data.polluteUrl){
- this.$api.doRequest('get', 'appendix/query/getFileList', {
- appendixIds: data.polluteUrl
- }).then(res1 => {
- for (var i = 0; i < res1.data.data.length; i++) {
- if (res1.data.data[i].appendixName) {
- res1.data.data[i].type = res1.data.data[i].appendixName.split(".")[1]
- }
- }
- this.fileList=res1.data.data
- })
- }
- if(data.wornUrl){
- this.$api.doRequest('get', 'appendix/query/getFileList', {
- appendixIds: data.wornUrl
- }).then(res1 => {
- for (var i = 0; i < res1.data.data.length; i++) {
- if (res1.data.data[i].appendixName) {
- res1.data.data[i].type = res1.data.data[i].appendixName.split(".")[1]
- }
- }
- this.fileList1=res1.data.data
- })
- }
- that.gridList = data
- that.$api.doRequest('get', '/warehouseBaseInfo/getWarehouse', {
- id: this.cangid
- }).then(res => {
- that.warehouseList = res.data.data.warehousePositionInfoList
- })
- }
- })
- },
- methods: {
- openDocument(src) {
- uni.downloadFile({
- url: src.appendixPath,
- success: function(res) {
- var filePath = res.tempFilePath;
- uni.openDocument({
- filePath: filePath,
- showMenu: true,
- success: function(res) {
- console.log('打开文档成功');
- }
- });
- }
- });
- },
- lookImg(item){
- uni.previewImage({
- current: 0,
- urls: [item],
- success: function(data) {
- console.log('预览成功');
- },
- fail: function(err) {
- console.log('预览失败+'+err.errMsg);
- }
- });
- },
- gradepicker(e) {
- console.log(e)
- // this.$set(this.gradeList,'grade',this.gradeList[e[0]].value)
- this.gridList.grade = this.gradeList[e[0]].value
- this.gridList.gradeKey = this.gradeList[e[0]].key
- },
- binNumberpicker(e) {
- this.gridList.binNumber = this.warehouseList[e[0]].binNumber
- },
- del(item) {
- this.$api.doRequest('get', '/qualityInspectionManagement/api/deleteQualityInspection', {
- id: item.id
- }).then(res => {
- if (res.data.code == 200) {
- this.$api.msg('删除成功')
- } else {
- this.$api.msg('系统异常,请联系管理员')
- }
- })
- },
- fankui() {
- uni.navigateTo({
- url: `/pages/user/fankui`
- })
- },
- zhibo() {
- uni.navigateTo({
- url: `/pageB/video/broadcast`
- })
- },
- look() {
- uni.navigateTo({
- url: `/pageB/video/look`
- })
- },
- contactUs() {
- const that = this
- uni.makePhoneCall({
- // 手机号
- phoneNumber: '18241771147',
- // 成功回调
- success: (res) => {},
- // 失败回调
- fail: (res) => {}
- });
- },
- loadData() {
- // const that = this
- // if(uni.getStorageSync("PageCur")){
- // that.PageCur = uni.getStorageSync("PageCur");
- // }
- // that.userInfoTmp = uni.getStorageSync("userInfo")
- // uni.showLoading({
- // title: '正在加载',
- // mask:true
- // })
- // that.$api.request('integral', 'getIndexData', failres => {
- // that.$api.msg(failres.errmsg)
- // uni.hideLoading()
- // }).then(res => {
- // let data = res.data
- // uni.setStorageSync("message", data.message);
- // uni.setStorageSync("task", data.task);
- // uni.setStorageSync("contract", data.contract);
- // uni.setStorageSync('showTran', data.showTran);
- // that.showTran = data.showTran
- // that.gridList[4].tips = data.task
- // that.gridList[2].tips = data.contract
- // that.companyId = data.companyId
- // uni.hideLoading()
- // })
- },
- confirm() {
- const that = this
- if (!that.inputContent) {
- that.$api.msg('输入不能为空')
- return
- }
- let obj = {}
- obj[that.feild] = that.inputContent
- that.$api.request('user', 'syncUserInfo', obj).then(res => {
- that.userInfo.nickname = that.inputContent
- that.inputContent = ''
- that.$store.commit('login', that.userInfo)
- })
- },
- cancel() {
- this.inputShow = false
- this.inputStatus = 'none'
- this.genderShow = false
- },
- myAccount() {
- uni.navigateTo({
- url: `/pageA/pages/contract`
- })
- },
- /**
- * 统一跳转接口,拦截未登录路由
- * navigator标签现在默认没有转场动画,所以用view
- */
- navTo(url) {
- if (!this.hasLogin) {
- url = '/pages/public/login';
- }
- uni.navigateTo({
- url
- })
- },
- mycarClick(carNo) {
- this.modalName = null
- uni.navigateTo({
- url: `/pageB/car/mycar_detail?carNo=${carNo}`
- })
- },
- scanCode() {
- uni.scanCode({
- success: function(res) {
- uni.navigateTo({
- url: res.result
- })
- }
- })
- },
- hideModal(e) {
- this.modalName = null
- },
- }
- }
- </script>
- <style lang='scss' scoped>
- page {
- background: #F5F6FA;
- }
- .title_b {
- 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;
- }
- .wrap {
- padding-bottom: 10px;
- font-size: 14px;
- background: #fff;
- margin: 10px;
- border-radius: 10px;
- input {
- font-size: 14px;
- }
- >.title {
- padding: 10px 16px;
- }
- .b-b:after {
- border-bottom: 1px solid #eee;
- }
- }
- .footer {
- background: #fff;
- position: fixed;
- bottom: 0;
- width: 100%;
- padding: 20px 10px;
- z-index: 10;
- .button {
- background: #22C572;
- width: 90%;
- margin: 0 auto;
- padding: 10px;
- color: #fff;
- text-align: center;
- border-radius: 30px;
- }
- }
- .textarea-style{
- border: 1px solid #EEEEEE;
- width: 100%;
- padding:20rpx;
- border-radius: 20rpx;
- }
- .c-row-fj{
- padding:20rpx
- }
- .img_item {
- display: flex;
- width: 100%;
- margin: 10px 0;
- padding: 0 10rpx;
-
- .img_dowload {
- width: 14%;
- color: #22C572;
- text-align: right;
- }
- }
- </style>
|