作者 lihongjuan

52345234

正在显示 45 个修改的文件 包含 28 行增加599 行删除
{
"pages": [
"pages/changqu/changqu",
"pages/shebei/shebeidetail/shebeidetail",
"pages/qiyeyongdian/detail/detail",
"pages/companybox/zhishudetail/shebei/shebeilist/shebeilist",
"pages/companybox/zhishudetail/shebei/shebeidetail/shebeidetail",
"pages/changqu/changqu",
"pages/companybox/zhishudetail/yuanliaomsg/yuanliao/yuanliao",
"pages/companybox/zhishudetail/qiyeyongdian/detail/detail",
"pages/companybox/qiyedetail/qiyedetail",
"pages/companybox/defendetail/defendetail",
"pages/companybox/jichuxinxi/jichuxinxi",
"pages/qiye/qiye",
"pages/login/login",
"pages/shebei/shebeilist/shebeilist",
"pages/mine/mine",
"pages/index/index",
"pages/logs/logs",
"pages/yujing/yujing",
"pages/qiyeyongdian/qyyd/qyyd",
"pages/member/member",
"pages/chengpin/chengpin",
"pages/yuanliaomsg/yuanliao/yuanliao",
"pages/yuanliaomsg/yuanliaoDetail/yuanliaoDetail"
"pages/companybox/zhishudetail/qiyeyongdian/qyyd/qyyd",
"pages/companybox/zhishudetail/member/member",
"pages/companybox/zhishudetail/chengpin/chengpin",
"pages/companybox/zhishudetail/yuanliaomsg/yuanliaoDetail/yuanliaoDetail"
],
"window": {
"backgroundTextStyle": "light",
... ...
// pages/chengpin/chengpin.js
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})
\ No newline at end of file
{
"usingComponents": {}
}
\ No newline at end of file
<!--pages/chengpin/chengpin.wxml-->
<text>pages/chengpin/chengpin.wxml</text>
/* pages/chengpin/chengpin.wxss */
\ No newline at end of file
// pages/qiyeyongdian/detail/detail.js
import * as echarts from '../../ec-canvas/echarts';
import * as echarts from '../../../../ec-canvas/echarts';
const app = getApp();
var Chart = null;
... ...
... ... @@ -2,6 +2,6 @@
"navigationBarTextStyle": "black",
"navigationBarTitleText": "成品",
"usingComponents": {
"ec-canvas": "../../ec-canvas/ec-canvas"
"ec-canvas": "../../../../ec-canvas/ec-canvas"
}
}
\ No newline at end of file
... ...
// pages/member/member.js
import * as echarts from '../../ec-canvas/echarts';
import * as echarts from '../../../../ec-canvas/echarts';
const app = getApp()
... ...
{
"navigationBarTitleText": "人员",
"usingComponents": {
"ec-canvas": "../../ec-canvas/ec-canvas",
"date-picker": "../../components/date-picker/date-picker"
"ec-canvas": "../../../../ec-canvas/ec-canvas",
"date-picker": "../../../../components/date-picker/date-picker"
}
}
\ No newline at end of file
... ...
// pages/qiyeyongdian/detail/detail.js
import * as echarts from '../../../ec-canvas/echarts';
import * as echarts from '../../../../../ec-canvas/echarts';
const app = getApp();
var Chart = null;
... ...
... ... @@ -2,6 +2,6 @@
"navigationBarTextStyle": "black",
"navigationBarTitleText": "企业用电",
"usingComponents": {
"ec-canvas": "../../../ec-canvas/ec-canvas"
"ec-canvas": "../../../../../ec-canvas/ec-canvas"
}
}
\ No newline at end of file
... ...
// pages/shebei/shebeidetail/shebeidetail.js
import * as echarts from '../../../ec-canvas/echarts';
import * as echarts from '../../../../../ec-canvas/echarts';
const app = getApp();
function initChart1(canvas, width, height) {
... ...
{
"navigationBarTitleText": "开平机",
"usingComponents": {
"ec-canvas": "../../../ec-canvas/ec-canvas"
"ec-canvas": "../../../../../ec-canvas/ec-canvas"
}
}
\ No newline at end of file
... ...
... ... @@ -21,6 +21,11 @@ Page({
onReady: function () {
},
detail(){
wx.navigateTo({
url: '/pages/companybox/zhishudetail/shebei/shebeidetail/shebeidetail',
})
},
/**
* 生命周期函数--监听页面显示
... ...
... ... @@ -5,7 +5,7 @@
<view class="shebelist">
<view class="shebielistitem">
<view class="shebielistitem" bindtap="detail">
<view class="car">
<view class="cartop">1车间:胶合机胶合机胶合机胶合机</view>
<view class="carbottom">运行中</view>
... ...
// pages/qiyeyongdian/detail/detail.js
import * as echarts from '../../../ec-canvas/echarts';
import * as echarts from '../../../../../ec-canvas/echarts';
const app = getApp();
var Chart = null;
... ...
... ... @@ -2,6 +2,6 @@
"navigationBarTextStyle": "black",
"navigationBarTitleText": "原料",
"usingComponents": {
"ec-canvas": "../../../ec-canvas/ec-canvas"
"ec-canvas": "../../../../../ec-canvas/ec-canvas"
}
}
\ No newline at end of file
... ...
// pages/member/member.js
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})
\ No newline at end of file
{
"usingComponents": {}
}
\ No newline at end of file
<!--pages/member/member.wxml-->
<text>pages/member/member.wxml</text>
/* pages/member/member.wxss */
\ No newline at end of file
// pages/qiyeyongdian/detail/detail.js
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})
\ No newline at end of file
{
"usingComponents": {}
}
\ No newline at end of file
<!--pages/qiyeyongdian/detail/detail.wxml-->
<text>pages/qiyeyongdian/detail/detail.wxml</text>
/* pages/qiyeyongdian/detail/detail.wxss */
\ No newline at end of file
// pages/qiyeyongdian/qyyd/qyyd.js
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})
\ No newline at end of file
{
"usingComponents": {}
}
\ No newline at end of file
<!--pages/qiyeyongdian/qyyd/qyyd.wxml-->
<text>pages/qiyeyongdian/qyyd/qyyd.wxml</text>
/* pages/qiyeyongdian/qyyd/qyyd.wxss */
\ No newline at end of file
// pages/shebei/shebeidetail/shebeidetail.js
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})
\ No newline at end of file
{
"usingComponents": {}
}
\ No newline at end of file
<!--pages/shebei/shebeidetail/shebeidetail.wxml-->
<text>pages/shebei/shebeidetail/shebeidetail.wxml</text>
/* pages/shebei/shebeidetail/shebeidetail.wxss */
\ No newline at end of file
// pages/shebei/shebeilist/shebeilist.js
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})
\ No newline at end of file
{
"usingComponents": {}
}
\ No newline at end of file
<!--pages/shebei/shebeilist/shebeilist.wxml-->
<text>pages/shebei/shebeilist/shebeilist.wxml</text>
/* pages/shebei/shebeilist/shebeilist.wxss */
\ No newline at end of file
// pages/yuanliaomsg/yuanliao/yuanliao.js
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})
\ No newline at end of file
{
"usingComponents": {}
}
\ No newline at end of file
<!--pages/yuanliaomsg/yuanliao/yuanliao.wxml-->
<text>pages/yuanliaomsg/yuanliao/yuanliao.wxml</text>
/* pages/yuanliaomsg/yuanliao/yuanliao.wxss */
\ No newline at end of file
// pages/yuanliaomsg/yuanliaoDetail/yuanliaoDetail.js
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})
\ No newline at end of file
{
"usingComponents": {}
}
\ No newline at end of file
<!--pages/yuanliaomsg/yuanliaoDetail/yuanliaoDetail.wxml-->
<text>pages/yuanliaomsg/yuanliaoDetail/yuanliaoDetail.wxml</text>
/* pages/yuanliaomsg/yuanliaoDetail/yuanliaoDetail.wxss */
\ No newline at end of file