Commit 8671016b authored by Damon's avatar Damon

fix: 【ID1001728】【扳手会小程序-工单-完工基本信息页面】:审核中状态的工单,物料信息处未限制不可以点击。

parent 54387799
......@@ -32,7 +32,7 @@
<text class="desc">可选择物料仓物料</text>
</view>
<view class="btn">
<u-button shape="circle" :custom-style="customStyle" @click="toParts">
<u-button shape="circle" :custom-style="customStyle" @click="toParts" :disabled="disabled">
去选择
</u-button>
</view>
......@@ -112,7 +112,6 @@ export default {
}
return v
})
console.log("this.lists", this.lists)
}
})
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment