yyb
9 天以前 6fdffb8c8d87b6a1fe88e897a7e406df570e743a
pages/product/WorkshopOrderIssued/comp.vue
@@ -23,10 +23,10 @@
                           <view class="_label-name">行号:</view>
                        </view>
                        <view class="_content">
                           {{ item.value0 }}
                           {{ item.ifsLineItemNo }}
                        </view>
                     </view>
                     <view class="row-list">
                     <!-- <view class="row-list">
                        <view class="_label">
                           <view class="_label-icon-2"> </view>
                           <view class="_label-name">下发至库位:</view>
@@ -34,7 +34,7 @@
                        <view class="_content">
                           {{ item.value1 }}
                        </view>
                     </view>
                     </view> -->
                     <view class="row-list">
                        <view class="_label">
                           <view class="_label-icon-1"> </view>
@@ -53,7 +53,7 @@
                           {{ item.partName }}
                        </view>
                     </view>
                     <view class="row-list">
                     <!-- <view class="row-list">
                        <view class="_label">
                           <view class="_label-icon-2"> </view>
                           <view class="_label-name">零件下发数量:</view>
@@ -70,7 +70,7 @@
                        <view class="_content">
                           {{ item.value5 }}
                        </view>
                     </view>
                     </view> -->
                  </view>
               </view>
            </u-cell-group>
@@ -123,10 +123,10 @@
            }, 1000);
         },
         getlist() {
            this.$u.api.WorkshopOrderIssued.getMoMaterial({
            this.$u.api.WorkshopOrderIssued.getMoMaterialByMoId({
               current: this.pageNum,
               size: this.pageSize,
               operationTaskId: this.operationTaskId
               id: this.operationTaskId
            }).then((res) => {
               console.log("res", res);
               this.list = res.data;
@@ -144,11 +144,11 @@
               this.list = [];
               this.pageSize = 10;
               this.$u.api.WorkshopOrderIssued
                  .getMoMaterial({
                  .getMoMaterialByMoId({
                     current: this.pageNum,
                     size: this.pageSize,
                     partNo: value,
                     operationTaskId: this.operationTaskId
                     id: this.operationTaskId
                  })
                  .then((res) => {
                     console.log("res", res);
@@ -299,7 +299,7 @@
               ._label-name {
                  width: 80px;
                  margin-left: 11rpx;
                  font-size: 26rpx;
                  font-size: small;
                  font-weight: 500;
                  color: #666666;
               }
@@ -309,7 +309,7 @@
               flex: 1.5;
               text-align: right;
               color: #909399;
               font-size: 24rpx;
               font-size: small;
            }
            .row-list .s1 {