From aaa8efda7a2697cf36e7021a1c5d94f3a541b387 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期三, 22 十月 2025 16:19:50 +0800
Subject: [PATCH] 物料下发/物料取消下发页面
---
pages/product/WorkshopOrderIssued/comp.vue | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/pages/product/WorkshopOrderIssued/comp.vue b/pages/product/WorkshopOrderIssued/comp.vue
index 2df7ab7..c15aeda 100644
--- a/pages/product/WorkshopOrderIssued/comp.vue
+++ b/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 {
--
Gitblit v1.9.3