Browse Source

修改提示

hella_online_20240803
lijuncheng 4 weeks ago
parent
commit
e521935300
  1. 1
      src/pages/productReceipt/job/fgProductReceiptDetail.vue
  2. 2
      src/pages/productionReceipt/coms/comProductionJobCard.vue
  3. 4
      src/pages/productionReceipt/job/productionReceiptJob.vue

1
src/pages/productReceipt/job/fgProductReceiptDetail.vue

@ -230,7 +230,6 @@
that.jobContent = res.data;
that.subList = res.data.subList;
that.jobStatus = res.data.status
that.jobContent.allowModifyLocation = 'TRUE'
that.jobToLocationCode = that.subList[0].toLocationCode
that.productionLineCode = that.subList[0].productionLineCode;
// if (that.jobContent.allowModifyLocation == 'FALSE') {

2
src/pages/productionReceipt/coms/comProductionJobCard.vue

@ -1,7 +1,7 @@
<template>
<job-com-main-card :dataContent="dataContent">
<jobComMainDetailCard :dataContent="dataContent"></jobComMainDetailCard>
<view class="task_item" style="margin-left: 15px;">
<view class="task_item" style="margin-left: 20rpx;">
<view class="task_text">
<view class="card_view">
<text class="card_packing_code ">生产线</text>

4
src/pages/productionReceipt/job/productionReceiptJob.vue

@ -5,10 +5,10 @@
<job-filter ref="filter" otherTitle="ASN" :isShowProductionLineCode="false" :isShowItemCode="false"
:isShowQurery='true' @onQuery="getListByFilter">
</job-filter>
<view style="background-color: #fff; padding-left: 20rpx;">
<view style="background-color: #fff; padding-left: 20rpx; border-radius: 15rpx;">
<view class="uni-flex space-between u-col-center" style="width: 100%;padding-top: 20rpx;">
<view class="" style="font-size: 32rpx; font-weight: bold;">
生产线 :
收料生产线 :
</view>
<uni-data-select class="uni-data-select" style="margin-left: 10rpx;" placeholder="请输入生产线"
v-model="productionLineCode" :clear="false" :localdata="productionLineList"

Loading…
Cancel
Save