You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

141 lines
3.8 KiB

// pages/school/projectHandle/index.js
Page({
/**
* 页面的初始数据
*/
data: {
collapseExpandId: ['2'],
//招标采购数据
zbcgData: {
currentStepNum: 2,
list: [{
stepTitle: "技术方案上报",
dateTime: "2021-02-26 09:57",
orgName: "长春市第一中学",
contentType: "file",
fileTitle: "技术方案",
buttonShow: true,
fileList: [{
fileId: "123",
fileName: "运动场改造方案.doc",
"fileSize": "284.72KB"
},
{
fileId: "321",
fileName: "运动场照片.jpg",
"fileSize": "284.72KB"
}
],
text: ""
},
{
stepTitle: "技术方案审核",
dateTime: "2021-02-26 09:57",
orgName: "技术方案审核",
contentType: "text",
fileTitle: "",
buttonShow: false,
fileList: [],
text: "重新上报"
},
{
stepTitle: "技术方案上报",
dateTime: "",
orgName: "长春市第一中学",
contentType: "file",
fileTitle: "技术方案",
buttonShow: true,
fileList: [],
text: ""
},
{
stepTitle: "技术方案审核",
dateTime: "",
orgName: "长春市教育技术装备与信息中心",
contentType: "none",
fileTitle: "",
buttonShow: false,
fileList: [],
text: ""
},
{
stepTitle: "技术方案补充",
dateTime: "",
orgName: "长春市第一中学",
contentType: "file",
fileTitle: "",
buttonShow: false,
fileList: [],
text: ""
},
{
stepTitle: "采购合同提交",
dateTime: "",
orgName: "长春市第一中学",
contentType: "file",
fileTitle: "采购合同",
buttonShow: false,
fileList: [],
text: ""
}
]
}
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})