|
@@ -28,8 +28,8 @@ export default {
|
|
|
|
|
|
|
|
// 扫码扫到新数据,查询 回填展示
|
|
// 扫码扫到新数据,查询 回填展示
|
|
|
if(flag){
|
|
if(flag){
|
|
|
- repostCurd('select','{"tableName": "t_lhypb","paramWhere":{"yang_pin_bian_hao":"' + id + '"}}').then(response => {
|
|
|
|
|
- if (response.variables.data && response.variables.data.length > 0) {
|
|
|
|
|
|
|
+ repostCurd('select','{"tableName": "t_lhypb","paramWhere":{"yang_pin_bian_hao":"' + id + '"}}').then(res => {
|
|
|
|
|
+ if (res.variables.data && res.variables.data.length > 0) {
|
|
|
for (let i in res.variables.data) {
|
|
for (let i in res.variables.data) {
|
|
|
res.variables.data[i].jie_yang_shu_lian = 1
|
|
res.variables.data[i].jie_yang_shu_lian = 1
|
|
|
res.variables.data[i].jie_yang_zhuang_t = '未确认'
|
|
res.variables.data[i].jie_yang_zhuang_t = '未确认'
|
|
@@ -62,8 +62,8 @@ export default {
|
|
|
// this指针
|
|
// this指针
|
|
|
let this_ = this;
|
|
let this_ = this;
|
|
|
// 回传关闭事件。隐藏当前组件。
|
|
// 回传关闭事件。隐藏当前组件。
|
|
|
- let changeWeizhi;
|
|
|
|
|
- let changesyWeizhi;
|
|
|
|
|
|
|
+ let changeWeiZhi; // 此处俩字段作用在下面 选择货位时出现重复位置 而重新更新样品登记表 收样位置|留样位置
|
|
|
|
|
+ let changesyWeiZhi;
|
|
|
let judge = true;
|
|
let judge = true;
|
|
|
this.$confirm('请再次确认 [样品接收信息]').then(_ => {
|
|
this.$confirm('请再次确认 [样品接收信息]').then(_ => {
|
|
|
|
|
|
|
@@ -89,6 +89,7 @@ export default {
|
|
|
let lhwtbID = []
|
|
let lhwtbID = []
|
|
|
// 罗湖委托表展示表ID
|
|
// 罗湖委托表展示表ID
|
|
|
let lhwtzsbID = []
|
|
let lhwtzsbID = []
|
|
|
|
|
+ let lhwtbOnlyId = []
|
|
|
// 罗湖样品id列表
|
|
// 罗湖样品id列表
|
|
|
let lhypIdList = []
|
|
let lhypIdList = []
|
|
|
// 罗湖样品id格式列表
|
|
// 罗湖样品id格式列表
|