字段
This commit is contained in:
@@ -29,15 +29,15 @@
|
|||||||
<view class="zd_wrapper">
|
<view class="zd_wrapper">
|
||||||
<view class="zd-row border-bottom filter_input_disabled">
|
<view class="zd-row border-bottom filter_input_disabled">
|
||||||
<view class="zd-col-8"><span class="filter_label">订单号</span></view>
|
<view class="zd-col-8"><span class="filter_label">订单号</span></view>
|
||||||
<view class="zd-col-16"><span class="filter_input">{{currentData.MONumber}}</span></view>
|
<view class="zd-col-16"><span class="filter_input">{{currentData.moNumber}}</span></view>
|
||||||
</view>
|
</view>
|
||||||
<view class="zd-row border-bottom filter_input_disabled">
|
<view class="zd-row border-bottom filter_input_disabled">
|
||||||
<view class="zd-col-8"><span class="filter_label">组织</span></view>
|
<view class="zd-col-8"><span class="filter_label">组织</span></view>
|
||||||
<view class="zd-col-16"><span class="filter_input">{{currentData.StockOrgId}}</span></view>
|
<view class="zd-col-16"><span class="filter_input">{{currentData.stockOrgId}}</span></view>
|
||||||
</view>
|
</view>
|
||||||
<view class="zd-row border-bottom filter_input_disabled">
|
<view class="zd-row border-bottom filter_input_disabled">
|
||||||
<view class="zd-col-8"><span class="filter_label">货主</span></view>
|
<view class="zd-col-8"><span class="filter_label">货主</span></view>
|
||||||
<view class="zd-col-16"><span class="filter_input">{{currentData.OwnerId_Id}}</span></view>
|
<view class="zd-col-16"><span class="filter_input">{{currentData.ownerId_id}}</span></view>
|
||||||
</view>
|
</view>
|
||||||
<view class="zd-row border-bottom filter_input_disabled">
|
<view class="zd-row border-bottom filter_input_disabled">
|
||||||
<view class="zd-col-8"><span class="filter_label">物料编码</span></view>
|
<view class="zd-col-8"><span class="filter_label">物料编码</span></view>
|
||||||
|
|||||||
@@ -224,19 +224,19 @@ export const outStorageConfirm = (obj) => request({
|
|||||||
|
|
||||||
// 扫描合格证获取物料信息
|
// 扫描合格证获取物料信息
|
||||||
export const getCertificateInfo = (id) => request({
|
export const getCertificateInfo = (id) => request({
|
||||||
url:'api/pda/outStorage/getCertificateInfo/' + id,
|
url:'api/pda/inStorage/getCertificateInfo/' + id,
|
||||||
method: 'GET'
|
method: 'GET'
|
||||||
})
|
})
|
||||||
// export const getCertificateInfo = (id) => {
|
// export const getCertificateInfo = (id) => {
|
||||||
// let res = {
|
// let res = {
|
||||||
// MONumber: '订单号',
|
// moNumber: '订单号',
|
||||||
// material_code: 'material_code',
|
// material_code: 'material_code',
|
||||||
// material_name: 'material_name',
|
// material_name: 'material_name',
|
||||||
// material_spec: 'material_spec',
|
// material_spec: 'material_spec',
|
||||||
// unit_name: 'unit_name',
|
// unit_name: 'unit_name',
|
||||||
// qty: '100',
|
// qty: '100',
|
||||||
// StockOrgId: 'StockOrgId',
|
// stockOrgId: 'StockOrgId',
|
||||||
// OwnerId_Id: 'OwnerId_Id',
|
// ownerId_id: 'OwnerId_Id',
|
||||||
// single_weight: '500',
|
// single_weight: '500',
|
||||||
// pcsn: 'pcsn'
|
// pcsn: 'pcsn'
|
||||||
// }
|
// }
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import * as types from '../types'
|
import * as types from '../types'
|
||||||
|
|
||||||
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://10.1.3.90:8010' : 'http://10.1.3.90:8010'
|
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.18.250:8012' : 'http://192.168.18.250:8012'
|
||||||
const acsUrl = process.env.NODE_ENV === 'development' ? 'http://10.1.3.90:8010' : 'http://10.1.3.90:8010'
|
const acsUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.18.250:8012' : 'http://192.168.18.250:8012'
|
||||||
const state = {
|
const state = {
|
||||||
baseUrl: uni.getStorageSync('baseUrl') || baseUrl,
|
baseUrl: uni.getStorageSync('baseUrl') || baseUrl,
|
||||||
acsUrl: uni.getStorageSync('acsUrl') || acsUrl,
|
acsUrl: uni.getStorageSync('acsUrl') || acsUrl,
|
||||||
|
|||||||
Reference in New Issue
Block a user