剩余模块:生产入库,销售出库
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<template>
|
||||
<view class="app status-bar-gap">
|
||||
<view class="page">
|
||||
<l-header title="生产投产" sticky></l-header>
|
||||
<l-header :title="t('home.sctc')" sticky></l-header>
|
||||
<view class="input-box">
|
||||
<up-tabs :scrollable="state.scrollableTabState" :list="state.tabsList" @click="setScrollableTabStateFun"></up-tabs>
|
||||
</view>
|
||||
<view class="input-box">
|
||||
<view class="input-item">
|
||||
<up-input placeholder="生产订单编号" border="none" clearable inputAlign="left"
|
||||
<up-input :placeholder="t('index.scddbh')" border="none" clearable inputAlign="left"
|
||||
v-model="state.queryString" @change="changeFun" ref="inputRef">
|
||||
<template #prefix>
|
||||
<up-icon name="scan" color="#2979ff" size="24"></up-icon>
|
||||
@@ -20,7 +20,7 @@
|
||||
:style="{'height':state.scrollHeight+'px'}" @scrolltolower="fnScrollBottom()">
|
||||
<view class="list-box-list" v-if="state.dataList.length > 0">
|
||||
<view class="data-item" v-for="(item, index) in state.dataList" :key="index">
|
||||
<view class="tit">生产订单编号:{{item.FBillNo}}</view>
|
||||
<view class="tit">{{ t('index.scddbh') }}:{{item.FBillNo}}</view>
|
||||
<view class="line-p"></view>
|
||||
<view class="b-font">{{ t('receive.rq') }}:{{item.FDateFormat}}</view>
|
||||
</view>
|
||||
@@ -48,7 +48,7 @@
|
||||
const { t, locale } = getI18n
|
||||
const state = reactive({
|
||||
queryString: '',
|
||||
scrollableTabState: locale.value === 'en',
|
||||
scrollableTabState: false,
|
||||
dataList: [],
|
||||
inputFocus: true,
|
||||
scrollHeight: 0,
|
||||
|
||||
Reference in New Issue
Block a user