|
@@ -4,7 +4,7 @@
|
|
|
<el-input id="valueDom" placeholder="请输入内容" :value="showValue" />
|
|
<el-input id="valueDom" placeholder="请输入内容" :value="showValue" />
|
|
|
</div>
|
|
</div>
|
|
|
<el-dialog
|
|
<el-dialog
|
|
|
- title="仓库可视化11"
|
|
|
|
|
|
|
+ title="仓库可视化"
|
|
|
:visible.sync="ifshow"
|
|
:visible.sync="ifshow"
|
|
|
:modal="false"
|
|
:modal="false"
|
|
|
fullscreen
|
|
fullscreen
|
|
@@ -276,7 +276,7 @@ export default {
|
|
|
for (const prop in datalist) {
|
|
for (const prop in datalist) {
|
|
|
for (const index in datalist[prop[0]]) {
|
|
for (const index in datalist[prop[0]]) {
|
|
|
if (!datalist[prop[0]][index].panduan) {
|
|
if (!datalist[prop[0]][index].panduan) {
|
|
|
- const sqlString = `select * from t_mjwlgl where cun_fang_wei_zhi_ = '${datalist[prop[0]][index].cun_fang_wei_zhi_}'`
|
|
|
|
|
|
|
+ const sqlString = `select * from t_mjwlgl cang_ku_lei_xing_ = '${this_.formInline.cang_ku_ming_chen_value}' and where cun_fang_wei_zhi_ = '${datalist[prop[0]][index].cun_fang_wei_zhi_}'`
|
|
|
await curdPost('sql', sqlString).then(async (res) => {
|
|
await curdPost('sql', sqlString).then(async (res) => {
|
|
|
const wuliao = res.variables.data
|
|
const wuliao = res.variables.data
|
|
|
if (wuliao.length > 0) {
|
|
if (wuliao.length > 0) {
|