|
|
@@ -28,7 +28,8 @@ export default {
|
|
|
|
|
|
// 扫码扫到新数据,查询 回填展示
|
|
|
if(flag){
|
|
|
- repostCurd('select','{"tableName": "t_lhypb","paramWhere":{"yang_pin_bian_hao":"' + id + '","jie_yang_zhuang_t":"待接收"}}').then(res => {
|
|
|
+ // console.log(id)
|
|
|
+ repostCurd('select','{"tableName": "t_lhypb","paramWhere":{"yang_pin_bian_hao":"' + id + '","jie_yang_zhuang_t":"待接收","shi_fou_guo_shen_":"1"}}').then(res => {
|
|
|
if (res.variables.data && res.variables.data.length > 0) {
|
|
|
for (let i in res.variables.data) {
|
|
|
res.variables.data[i].jie_yang_shu_lian = 1
|